swiftformat: 0.53.3 -> 0.53.4

This commit is contained in:
Spotlight 2024-03-09 12:02:12 -06:00
parent 0bd93e7bba
commit 81930fce55
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709578243, "lastModified": 1709988192,
"narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=", "narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3", "rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709479366, "lastModified": 1709703039,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec { clangStdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.53.3"; version = "0.53.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-fYzOKeTUIS5c5R+NobNFF/b6HQNtfAZ20FLFEW8w858="; sha256 = "sha256-eVerm8znJtNVYGFYcWpv7UAQ8Lb4RP+5ShN1Ek4kFSs=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];