Merge pull request #335835 from matteo-pacini/swiftlint-update

swiftlint: 0.55.1 -> 0.56.1
This commit is contained in:
Nick Cao
2024-08-20 15:23:23 -04:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "swiftlint";
version = "0.55.1";
version = "0.56.1";
src = fetchurl {
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
hash = "sha256-Tmhw30CJaVQlcYnHjzmwrDpugHgR2/ihHIV8M+O2zwI=";
hash = "sha256-EEOEKwZsLOdSdf24uj1oN6uyY4Ox+HIkClXIJ1d+wpk=";
};
dontPatch = true;