Unverified Commit 82ac95e8 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

swiftlint: 0.61.0 -> 0.62.1 (#452210)

parents 4b2538b6 8f930500
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "swiftlint";
  version = "0.61.0";
  version = "0.62.1";

  src = fetchurl {
    url = "https://github.com/realm/SwiftLint/releases/download/${version}/portable_swiftlint.zip";
    hash = "sha256-I0LzeEMHoCEX4Y90X801DGrMbKsOUhwMDgHDKlOjsnQ=";
    hash = "sha256-VB20vZT4z4+6q3YvWX5/DkkBan+MpccNhrQ3CnzSNkE=";
  };

  dontPatch = true;