sbt: 1.4.8 -> 1.4.9

This commit is contained in:
Tim Steinbach 2021-03-10 09:40:02 -05:00 committed by Tim Steinbach
parent 431dd79170
commit 079c282386

View file

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