swiftformat: 0.55.4 -> 0.55.5

This commit is contained in:
Spotlight 2025-01-20 21:28:02 -06:00
parent b095f4b908
commit 6b287e95fa
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 11 additions and 11 deletions

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.55.4";
version = "0.55.5";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-0Dk2SgfPozgbdhyQa74NZkd/kA6JleSfpHDn4NuQdEo=";
sha256 = "sha256-AZAQSwmGNHN6ykh9ufeQLC1dEXvTt32X24MPTDh6bI8=";
};
nativeBuildInputs = [ swift swiftpm ];