From 81930fce5582c38fba7743ed6a0da38564a54460 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sat, 9 Mar 2024 12:02:12 -0600 Subject: [PATCH] swiftformat: 0.53.3 -> 0.53.4 --- flake.lock | 12 ++++++------ pkgs/swiftformat.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 55ec65e..63a2590 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1709578243, - "narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=", + "lastModified": 1709988192, + "narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=", "owner": "nix-community", "repo": "home-manager", - "rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3", + "rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709479366, - "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "lastModified": 1709703039, + "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "type": "github" }, "original": { diff --git a/pkgs/swiftformat.nix b/pkgs/swiftformat.nix index e7a249b..26e4fd8 100644 --- a/pkgs/swiftformat.nix +++ b/pkgs/swiftformat.nix @@ -2,13 +2,13 @@ clangStdenv.mkDerivation rec { pname = "swiftformat"; - version = "0.53.3"; + version = "0.53.4"; src = fetchFromGitHub { owner = "nicklockwood"; repo = "SwiftFormat"; rev = version; - sha256 = "sha256-fYzOKeTUIS5c5R+NobNFF/b6HQNtfAZ20FLFEW8w858="; + sha256 = "sha256-eVerm8znJtNVYGFYcWpv7UAQ8Lb4RP+5ShN1Ek4kFSs="; }; nativeBuildInputs = [ swift swiftpm ];