sbt: 1.7.2 -> 1.7.3 (#198879)

This commit is contained in:
R. RyanTM 2022-11-01 09:01:59 -07:00 committed by GitHub
parent 004193023e
commit c79ecc1b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "sbt";
version = "1.7.2";
version = "1.7.3";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz";
sha256 = "sha256-vWSDnIzWPy3sMdbqJODeFsYTyEqSeh9FiuQBmyujENc=";
sha256 = "sha256-J4bDI5bLiH9Gz8OlU5eHJRPsdahJ6uqfTwFGkoycsGA=";
};
postPatch = ''