We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2ca4eb + 38dd37c commit 2d99c7fCopy full SHA for 2d99c7f
pkgs/by-name/sw/swiftlint/package.nix
@@ -8,11 +8,11 @@
8
}:
9
stdenvNoCC.mkDerivation rec {
10
pname = "swiftlint";
11
- version = "0.58.0";
+ version = "0.58.2";
12
13
src = fetchurl {
14
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
15
- hash = "sha256-Mp8S0f/xn3XHF4/doLF5s/kvhE+X6KiswY+3lZ/J4wc=";
+ hash = "sha256-rQcdWjbX9Ddt/pLX7Z9LrvizvedbdRMdwofPNPEDU6U=";
16
};
17
18
dontPatch = true;
0 commit comments