sbt: format

This commit is contained in:
Sandro Jäckel 2021-03-10 20:31:11 +01:00
parent ca55365711
commit b5c2e3ffcc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
version = "1.4.9";
src = fetchurl {
url =
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-lUaBGfdkFJk2czCmCkuKYhHm6n+L3n1kfGexndj9224=";
};