sbt: 1.3.8 -> 1.3.9
This commit is contained in:
parent
d26cc95018
commit
d5526f0d98
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sbt";
|
pname = "sbt";
|
||||||
version = "1.3.8";
|
version = "1.3.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://piccolo.link/sbt-${version}.tgz"
|
"https://piccolo.link/sbt-${version}.tgz"
|
||||||
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
|
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "0pcrbpsvccyxdwc7f8h87rkn0kalar0iypnh3gygw4c0fm4yvci7";
|
sha256 = "06k4dyb5gjnqx70akjfb65hiafh683800bncbq33kmq77arfkm7c";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.scala-sbt.org/;
|
homepage = "https://www.scala-sbt.org/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
description = "A build tool for Scala, Java and more";
|
description = "A build tool for Scala, Java and more";
|
||||||
maintainers = with maintainers; [ nequissimus ];
|
maintainers = with maintainers; [ nequissimus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user