simpleBuildTool: 2.0.6 -> 2.0.7

This commit is contained in:
R. Ryantm
2026-08-22 12:30:32 +00:00
parent 8cbc9a45c5
commit b7d8eace54

View File

@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sbt";
version = "2.0.6";
version = "2.0.7";
src = fetchurl {
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
hash = "sha256-YM54pQtya1szKlJ342PWfAKPFqOhUVf3ikFsCylJvG0=";
hash = "sha256-Q5RRUgckJTu/IvOjSwutk3nxjv+2WhF1XNi/cFt8IC8=";
};
# This is baked into conf/sbtopts below, so it is the JDK every sbt