leiningen: 2.5.3 -> 2.6.1

authored by Herwig Hochleitner and committed by moritz.vongoewels.de b7b696e5 5273dbf5

+3 -3
+3 -3
pkgs/development/tools/build-managers/leiningen/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "leiningen"; 6 - version = "2.5.3"; 6 + version = "2.6.1"; 7 7 name = "${pname}-${version}"; 8 8 9 9 src = fetchurl { 10 10 url = "https://raw.github.com/technomancy/leiningen/${version}/bin/lein-pkg"; 11 - sha256 = "0xbfg6v6f3qyi99dbqragh3za2a0agrcq9c0qbkshvp5yd0fx4h1"; 11 + sha256 = "1ndirl36gbba12cs5vw22k2zrbpqdmnpi1gciwqb1zbib2s1akg8"; 12 12 }; 13 13 14 14 jarsrc = fetchurl { 15 15 # NOTE: This is actually a .jar, Github has issues 16 16 url = "https://github.com/technomancy/leiningen/releases/download/${version}/${name}-standalone.zip"; 17 - sha256 = "1p93j03v02mf1cnli6lv9qqnx7gwxr571g8z7y06p0d4nq31c32b"; 17 + sha256 = "1533msarx6gb3xc2sp2nmspllnqy7anpnv9a0ifl0psxm3xph06p"; 18 18 }; 19 19 20 20 patches = [ ./lein-fix-jar-path.patch ];