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.
2 parents 8148956 + e5d08f2 commit 476721bCopy full SHA for 476721b
pkgs/development/tools/build-managers/sbt/default.nix
@@ -10,11 +10,11 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "sbt";
13
- version = "1.10.11";
+ version = "1.11.1";
14
15
src = fetchurl {
16
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
17
- hash = "sha256-UDSmSEG4qc+1KjQeRbAd8rjC/6qH2NKw/jPEzcq9jww=";
+ hash = "sha256-pVTTb93SZ3q81VsKPw3OA6tJTjUK4y2ik252whHYXuQ=";
18
};
19
20
postPatch = ''
0 commit comments