Merge pull request #31087 from andrestylianos/boot
boot: 2.5.2 -> 2.7.2
This commit is contained in:
commit
fbb0b8eaaf
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, jdk }:
|
{ stdenv, fetchurl, jdk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.5.2";
|
version = "2.7.2";
|
||||||
name = "boot-${version}";
|
name = "boot-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/boot-clj/boot-bin/releases/download/${version}/boot.sh";
|
url = "https://github.com/boot-clj/boot-bin/releases/download/${version}/boot.sh";
|
||||||
sha256 = "0brsimvmmpksxwc4l5c0x0cl5hhdjz76crd26yxphjvzyf7fypc9";
|
sha256 = "1hqp3xxmsj5vkym0l3blhlaq9g3w0lhjgmp37g6y3rr741znkk8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit jdk;
|
inherit jdk;
|
||||||
@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ jdk ];
|
propagatedBuildInputs = [ jdk ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Build tooling for Clojure";
|
description = "Build tooling for Clojure";
|
||||||
homepage = http://boot-clj.com/;
|
homepage = http://boot-clj.com/;
|
||||||
license = stdenv.lib.licenses.epl10;
|
license = licenses.epl10;
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ stdenv.lib.maintainers.ragge ];
|
maintainers = with maintainers; [ ragge ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user