Skip to content

Commit 2d99c7f

Browse files
authored
swiftlint: 0.58.0 -> 0.58.2 (#374497)
2 parents f2ca4eb + 38dd37c commit 2d99c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sw/swiftlint/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenvNoCC.mkDerivation rec {
1010
pname = "swiftlint";
11-
version = "0.58.0";
11+
version = "0.58.2";
1212

1313
src = fetchurl {
1414
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
15-
hash = "sha256-Mp8S0f/xn3XHF4/doLF5s/kvhE+X6KiswY+3lZ/J4wc=";
15+
hash = "sha256-rQcdWjbX9Ddt/pLX7Z9LrvizvedbdRMdwofPNPEDU6U=";
1616
};
1717

1818
dontPatch = true;

0 commit comments

Comments
 (0)