mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
swiftlint: 0.58.0 -> 0.58.2 (#374497)
This commit is contained in:
commit
2d99c7f729
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "swiftlint";
|
||||
version = "0.58.0";
|
||||
version = "0.58.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
|
||||
hash = "sha256-Mp8S0f/xn3XHF4/doLF5s/kvhE+X6KiswY+3lZ/J4wc=";
|
||||
hash = "sha256-rQcdWjbX9Ddt/pLX7Z9LrvizvedbdRMdwofPNPEDU6U=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue