From 14bf6efce067fcc68a73efb0c735f30e41168e5b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sat, 19 Aug 2023 14:21:35 -0500 Subject: [PATCH] swiftformat: 0.52.1 -> 0.52.2 --- flake.lock | 12 ++++++------ pkgs/swiftformat.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 04081b9..2c17b71 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1692260837, - "narHash": "sha256-2FpkX1zl+7ni7djK7NeE1ZGupRUwZgjW+RPCSBgDf4k=", + "lastModified": 1692448348, + "narHash": "sha256-/Wy9Bzw59A5OD82S9dWHshg+wiSzJNh95hPXNhO5K7E=", "owner": "nix-community", "repo": "home-manager", - "rev": "6a94c1a59737783c282c4031555a289c28b961e4", + "rev": "bdb5bcad01ff7332fdcf4b128211e81905113f84", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692174805, - "narHash": "sha256-xmNPFDi/AUMIxwgOH/IVom55Dks34u1g7sFKKebxUm0=", + "lastModified": 1692356644, + "narHash": "sha256-AYkPFT+CbCVSBmh0WwIzPpwhEJ4Yy3A7JZvUkGJIg5o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "caac0eb6bdcad0b32cb2522e03e4002c8975c62e", + "rev": "8ecc900b2f695d74dea35a92f8a9f9b32c8ea33d", "type": "github" }, "original": { diff --git a/pkgs/swiftformat.nix b/pkgs/swiftformat.nix index a1004a8..99c7b7a 100644 --- a/pkgs/swiftformat.nix +++ b/pkgs/swiftformat.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "swiftformat"; - version = "0.52.1"; + version = "0.52.2"; src = fetchFromGitHub { owner = "nicklockwood"; repo = "SwiftFormat"; rev = version; - sha256 = "sha256-0JSspbYIYXfE3oDMi2EfR7pZzQsEtbvB8LJplOtq2sk="; + sha256 = "sha256-ylapNqSJc9wy6KFkhI5ydcuaDp2abKlau9PY3ieA90E="; }; nativeBuildInputs = [ swift swiftpm ];