1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

swiftlint: 0.56.1 -> 0.57.0 (#341117)

This commit is contained in:
Nick Cao 2024-09-11 08:33:45 -04:00 committed by GitHub
commit 8bb316e80d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;