sbt: format
This commit is contained in:
parent
ca55365711
commit
b5c2e3ffcc
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "1.4.9";
|
version = "1.4.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url = "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 = "sha256-lUaBGfdkFJk2czCmCkuKYhHm6n+L3n1kfGexndj9224=";
|
sha256 = "sha256-lUaBGfdkFJk2czCmCkuKYhHm6n+L3n1kfGexndj9224=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user