sbt: 1.5.6 -> 1.5.7

This commit is contained in:
JesusMtnez 2021-12-15 10:27:59 +01:00
parent 7b03e08adb
commit 92faf59b44
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.5.6";
version = "1.5.7";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-PC0ndJkv4nNIdZMCtZhi3XRp/dRlXXx1yHvK8bAwIGg=";
sha256 = "sha256-6dnG02A0azpycsfdQOyh9GLewvezZl3s8esmIqWJfBk=";
};
postPatch = ''