swiftlint: 0.55.1 -> 0.56.1

This commit is contained in:
Matteo Pacini 2024-08-19 15:49:21 +01:00
parent 54df89b8ad
commit ebb3cf3ba9

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;