swiftformat: 0.55.3 -> 0.55.4

This commit is contained in:
Spotlight 2024-12-22 20:01:16 -06:00
parent 7448e0421d
commit 12a902eacf
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

View file

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