File tree Expand file tree Collapse file tree
pkgs/development/tools/build-managers/leiningen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44stdenv . mkDerivation rec {
55 pname = "leiningen" ;
6- version = "2.9.1 " ;
6+ version = "2.9.5 " ;
77
88 src = fetchurl {
99 url = "https://raw.github.com/technomancy/leiningen/${ version } /bin/lein-pkg" ;
10- sha256 = "1h0gpzpr7xk6hvmrrq41bcp2k9aai348baf8ad9bxvci01n4zb12 " ;
10+ sha256 = "12kv3286a2vkm3qpm2msiks87mkspxddgl7bwiacdias9dfda09n " ;
1111 } ;
1212
1313 jarsrc = fetchurl {
1414 # NOTE: This is actually a .jar, Github has issues
1515 url = "https://github.com/technomancy/leiningen/releases/download/${ version } /${ pname } -${ version } -standalone.zip" ;
16- sha256 = "1y2mva5s2w2szzn1b9rhz0dvkffls4ravii677ybcf2w9wd86z7a " ;
16+ sha256 = "1shyvg1471sc3bv4h3ax51626xw8a8w05f43bny6gmp8pyc0qjfz " ;
1717 } ;
1818
1919 JARNAME = "${ pname } -${ version } -standalone.jar" ;
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
4848 description = "Project automation for Clojure" ;
4949 license = stdenv . lib . licenses . epl10 ;
5050 platforms = stdenv . lib . platforms . linux ++ stdenv . lib . platforms . darwin ;
51+ maintainers = with stdenv . lib . maintainers ; [ thiagokokada ] ;
5152 } ;
5253}
You can’t perform that action at this time.
0 commit comments