swiftformat: 0.56.3 -> 0.56.4

This commit is contained in:
Spotlight 2025-06-15 16:09:48 -06:00
parent 5b48784975
commit eaac41f587
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 5 additions and 5 deletions

View file

@ -2,13 +2,13 @@
swiftPackages.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.56.3";
version = "0.56.4";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-ZPz/AAAs8L0Zn4jWbbCz2y0dVE8Ap1U16rVpxwQYUPI=";
sha256 = "sha256-WnBQTpbz9tcnbvmtWpZ9esirWdQKJOpVmH8zk97OuFE=";
};
nativeBuildInputs = [ swift swiftpm ];