Skip to content

Commit 476721b

Browse files
sbt: 1.10.11 -> 1.11.1 (#410439)
2 parents 8148956 + e5d08f2 commit 476721b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/build-managers/sbt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "sbt";
13-
version = "1.10.11";
13+
version = "1.11.1";
1414

1515
src = fetchurl {
1616
url = "https://github.com/sbt/sbt/releases/download/v${finalAttrs.version}/sbt-${finalAttrs.version}.tgz";
17-
hash = "sha256-UDSmSEG4qc+1KjQeRbAd8rjC/6qH2NKw/jPEzcq9jww=";
17+
hash = "sha256-pVTTb93SZ3q81VsKPw3OA6tJTjUK4y2ik252whHYXuQ=";
1818
};
1919

2020
postPatch = ''

0 commit comments

Comments
 (0)