swiftformat: 0.55.0 -> 0.55.1

This commit is contained in:
Spotlight 2024-11-21 12:06:19 -06:00
parent 72af36061a
commit 22e8e626e3
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.0";
version = "0.55.1";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-OI+jAda6Hb7Bm5/qplXpodaFvldG0QgdtXzvkrUTYlI=";
sha256 = "sha256-OuYuaC+c+uRmJzw/GBNcQGSecZbsL9cWAmmSOcT8l1A=";
};
nativeBuildInputs = [ swift swiftpm ];