We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03162c commit 6b55922Copy full SHA for 6b55922
pkgs/development/tools/build-managers/sbt/default.nix
@@ -10,11 +10,11 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "sbt";
13
- version = "1.10.7";
+ version = "1.10.9";
14
15
src = fetchurl {
16
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
17
- hash = "sha256-MsFSM8Y2wjPuJaLDGHkEnbcCHP73CAfBh1FcOblrD+Y=";
+ hash = "sha256-a3BLpJduUqkcTx+zmU1yXturCAfF/DrCnMVB18JSYzU=";
18
};
19
20
postPatch = ''
0 commit comments