swiftlint: 0.62.1 -> 0.63.2

This commit is contained in:
Dimitar Nestorov
2026-04-14 19:55:55 +03:00
parent eddad5e8ec
commit 8809e90f5e
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "swiftlint";
version = "0.62.1";
version = "0.63.2";
src = fetchurl {
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
hash = "sha256-VB20vZT4z4+6q3YvWX5/DkkBan+MpccNhrQ3CnzSNkE=";
hash = "sha256-xZpAXIX5W5LO1nelAIBOCBWWpMrkpqSFr3YGVVfW7Sk=";
};
dontPatch = true;