sbt: 1.9.8 -> 1.9.9

This commit is contained in:
R. Ryantm 2024-02-23 08:45:44 +00:00
parent 46a66fd4a8
commit 3b0d8d6715

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sbt";
version = "1.9.8";
version = "1.9.9";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
hash = "sha256-qG//418Ga2XV4C67SiytHPu0GPgwv19z0n8wc+7K/c0=";
hash = "sha256-xXyuYMISLKG7p3GE37TQ0l/GwYgFOUqzarYgiwwPJi8=";
};
postPatch = ''