swiftformat: 0.55.6 -> 0.56.0

This commit is contained in:
Spotlight 2025-05-13 16:51:31 -04:00
parent 80c570c26a
commit 9e0bd1449a
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 3 additions and 3 deletions

View file

@ -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 ];