swiftformat: 0.55.6 -> 0.56.1

This commit is contained in:
R. Ryantm
2025-05-20 00:26:43 +00:00
parent 198e914fcc
commit d00fe8dbcf
+2 -2
View File
@@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.55.6";
version = "0.56.1";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-zp7wx2PL0WSgjfWu5GSLfYb8BaTmCoF+Or6prZ4TSC4=";
sha256 = "sha256-WxHKMMJ3CVJTuhBtpgYWT7+XyXXL/fYL9q5jeO4kLbw=";
};
nativeBuildInputs = [