swiftformat: 0.52.10 -> 0.52.11

This commit is contained in:
Spotlight 2023-12-05 18:42:45 -06:00
parent 66767a6461
commit 0286ca70bb
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.10";
version = "0.52.11";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-xPI6lOaHG2gGrOiVjYhNO+k+grff+EYrNJKYRa3mabo=";
sha256 = "sha256-Q3mBKYrXPaBXcceg6e+CeOHLeITVTM7wrAU8m5GhXeI=";
};
nativeBuildInputs = [ swift swiftpm ];