Update sbt to 1.3.2

gstqt5
Filipe Regadas 2019-09-23 22:22:55 +01:00
parent 05764a9694
commit fbd3e7b9e5
No known key found for this signature in database
GPG Key ID: 56776825923FC777
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.2.8";
version = "1.3.2";
src = fetchurl {
urls = [
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
"https://cocl.us/sbt-${version}.tgz"
];
sha256 = "0n7yghnb1q3lyjpv721znvslk5lwib7y84mxwz66yv8p84jj3fcv";
sha256 = "1ncjc4yrnhp2kc5xw3ismnyx5n71541760rzs81hxi8x8vi36x5b";
};
patchPhase = ''