1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

swiftlint: 0.56.1 -> 0.57.0

This commit is contained in:
Matteo Pacini 2024-09-11 00:17:00 +01:00
parent 7603fd7f0c
commit 5d569f0bf3

View file

@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "swiftlint";
version = "0.56.1";
version = "0.57.0";
src = fetchurl {
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
hash = "sha256-EEOEKwZsLOdSdf24uj1oN6uyY4Ox+HIkClXIJ1d+wpk=";
hash = "sha256-m1+5hPze016ryyoQrs8CCbcLjWY3ONMn4Zgh6sReuBA=";
};
dontPatch = true;