swiftformat: 0.51.13 -> 0.51.15

This commit is contained in:
Spotlight 2023-08-09 06:40:16 -05:00
parent e2fc859b77
commit f1e13fe10d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 9 additions and 9 deletions

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.51.13";
version = "0.51.15";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-8AvPA8KzejU4BI/BAX+gCjwPi4Xv0jEQbLHj9OCtasw";
sha256 = "sha256-cxW5L2x4HOfDxyx+lm8ek2DWwseu6KmTcBLCRw9HXSE=";
};
nativeBuildInputs = [ swift swiftpm ];
@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
platforms = with lib.platforms; linux ++ darwin;
hydraPlatforms = [];
};
}
}