swiftformat: 0.52.9 -> 0.52.10

This commit is contained in:
Spotlight 2023-11-21 18:00:27 -05:00
parent 903a2686cc
commit 7798d13289
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.52.9";
version = "0.52.10";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-Si4xPWYG42Ml8rF5KahpH3M5ke5A9jn/csKiq/iwDKY=";
sha256 = "sha256-xPI6lOaHG2gGrOiVjYhNO+k+grff+EYrNJKYRa3mabo=";
};
nativeBuildInputs = [ swift swiftpm ];