swiftformat: 0.55.5 -> 0.55.6

This commit is contained in:
Spotlight 2025-05-03 00:43:06 -05:00
parent 0305f91c34
commit 70c6150ee8
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1746204974, "lastModified": 1746243165,
"narHash": "sha256-Evu4H0/kzaQoCNLGQTp+JGTqkywzPx0IAo20Ci2zNck=", "narHash": "sha256-DQycVmlyLQNLjLJ/FzpokVmbxGQ8HjQQ4zN4nyq2vII=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1e8c62c651242fc685b10efc4a48ab777635fb7f", "rev": "c0962eeeabfb8127713f859ec8a5f0e86dead0f2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,13 +2,13 @@
swiftPackages.stdenv.mkDerivation rec { swiftPackages.stdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.55.5"; version = "0.55.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-AZAQSwmGNHN6ykh9ufeQLC1dEXvTt32X24MPTDh6bI8="; sha256 = "sha256-zp7wx2PL0WSgjfWu5GSLfYb8BaTmCoF+Or6prZ4TSC4=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];