Commit 0ead4090 authored by R. RyanTM's avatar R. RyanTM
Browse files

beam26Packages.elvis-erlang: 4.0.0 -> 4.1.1

parent 7c796b5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
rebar3Relx rec {
  releaseType = "escript";
  pname = "elvis-erlang";
  version = "4.0.0";
  version = "4.1.1";

  src = fetchFromGitHub {
    owner = "inaka";
    repo = "elvis";
    hash = "sha256-HJH/p8EHE4zor0LOczpOlDy6sPSI+WVWIS22hGhjQ0s=";
    hash = "sha256-9aOJpKYb+M07bi6aEMt5Gtr/edOGm+jyA8bxiLyUd0g=";
    tag = version;
  };

+15 −15
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ let
  packages = with self; {
    unicode_util_compat = builder {
      name = "unicode_util_compat";
      version = "0.7.0";
      version = "0.7.1";
      src = fetchHex {
        pkg = "unicode_util_compat";
        version = "0.7.0";
        sha256 = "sha256-Je7m1n32GWDPanlCOVZlmbCeF+Zo03ACR7xJhjgVJSE=";
        version = "0.7.1";
        sha256 = "sha256-s6kXhUzjriM2GXRK0eAQLgVnMTZ3b7L6diNPPgOyNkI=";
      };
      beamDeps = [ ];
    };
@@ -44,11 +44,11 @@ let
    };
    mimerl = builder {
      name = "mimerl";
      version = "1.3.0";
      version = "1.4.0";
      src = fetchHex {
        pkg = "mimerl";
        version = "1.3.0";
        sha256 = "sha256-oeFaUNGIchfelfC5sHk+MoU/fCWKXNInZQiJs4g5/p0=";
        version = "1.4.0";
        sha256 = "sha256-E68V+faMZYhOzKOjiR1Qp7V9ghUnkvPhnYhlCqEmsUQ=";
      };
      beamDeps = [ ];
    };
@@ -74,11 +74,11 @@ let
    };
    certifi = builder {
      name = "certifi";
      version = "2.13.0";
      version = "2.15.0";
      src = fetchHex {
        pkg = "certifi";
        version = "2.13.0";
        sha256 = "sha256-jz2VM6DwYHCv39XVlrMuIcZYBmekkokYUbDic3vFB6E=";
        version = "2.15.0";
        sha256 = "sha256-sUftIs5x1y6v2tlPBVFlwcGC9hov9J3yi8xx0dW5SmA=";
      };
      beamDeps = [ ];
    };
@@ -104,11 +104,11 @@ let
    };
    katana_code = builder {
      name = "katana_code";
      version = "2.1.1";
      version = "2.4.1";
      src = fetchHex {
        pkg = "katana_code";
        version = "2.1.1";
        sha256 = "sha256-BoDzNSW5qILm9NMCJRixXEb2SL17Db6GkAmA/hwpFAQ=";
        version = "2.4.1";
        sha256 = "sha256-WO/GO12dq8giMMq1DN5/eyWSh6aQ7Wmfeaf6gPSbCzo=";
      };
      beamDeps = [ ];
    };
@@ -162,11 +162,11 @@ let
    };
    elvis_core = builder {
      name = "elvis_core";
      version = "4.0.0";
      version = "4.1.1";
      src = fetchHex {
        pkg = "elvis_core";
        version = "4.0.0";
        sha256 = "sha256-+i7jDyRkRm01mfsfz6phXImVn8UBmkVhnvett+1CC+U=";
        version = "4.1.1";
        sha256 = "sha256-gKViV0uNl0oudUTpqUVXFtBMngldvIyJFeJGgDHdE4U=";
      };
      beamDeps = [
        katana_code