1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sbt: 1.4.7 -> 1.4.8

This commit is contained in:
Tim Steinbach 2021-03-08 11:54:02 -05:00
parent ecce29eba2
commit 955bcff28f
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

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