From 9e0bd1449a25e88a91262220ef4a26b789dc659e Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 13 May 2025 16:51:31 -0400 Subject: [PATCH] swiftformat: 0.55.6 -> 0.56.0 --- flake.nix | 2 +- pkgs/swiftformat.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5ebfa2d..ccf049c 100644 --- a/flake.nix +++ b/flake.nix @@ -212,7 +212,7 @@ } ]; }; - + darwinConfigurations."spotlights-mac-pro" = nix-darwin.lib.darwinSystem { modules = [ # System-wide configuration diff --git a/pkgs/swiftformat.nix b/pkgs/swiftformat.nix index 0eaad6f..9edb115 100644 --- a/pkgs/swiftformat.nix +++ b/pkgs/swiftformat.nix @@ -2,13 +2,13 @@ swiftPackages.stdenv.mkDerivation rec { pname = "swiftformat"; - version = "0.55.6"; + version = "0.56.0"; src = fetchFromGitHub { owner = "nicklockwood"; repo = "SwiftFormat"; rev = version; - sha256 = "sha256-zp7wx2PL0WSgjfWu5GSLfYb8BaTmCoF+Or6prZ4TSC4="; + sha256 = "sha256-KEmgMqguKtCuZjBZcK+yz4zM20FXR8TJBhiLOX8kpqw="; }; nativeBuildInputs = [ swift swiftpm ];