swiftformat: 0.52.8 -> 0.52.9

This commit is contained in:
Spotlight 2023-11-11 13:44:33 -06:00
parent 8a849bb644
commit 903a2686cc
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.52.8";
version = "0.52.9";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-3PZc2c2TxBEylAtu0JpqlRjKC2DYzl2KNiz9Cwhzyg0=";
sha256 = "sha256-Si4xPWYG42Ml8rF5KahpH3M5ke5A9jn/csKiq/iwDKY=";
};
nativeBuildInputs = [ swift swiftpm ];