Skip to content

Commit b6f322c

Browse files
committed
scala: 3.3.4 -> 3.3.5
1 parent 5c29fd7 commit b6f322c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/compilers/scala

1 file changed

+2
-2
lines changed

pkgs/development/compilers/scala/bare.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
}:
99

1010
stdenv.mkDerivation (finalAttrs: {
11-
version = "3.3.4";
11+
version = "3.3.5";
1212
pname = "scala-bare";
1313

1414
src = fetchurl {
1515
url = "https://github.com/scala/scala3/releases/download/${finalAttrs.version}/scala3-${finalAttrs.version}.tar.gz";
16-
hash = "sha256-/Q7KKe8fbEGHS2cR57ZRTx3Hw4fAh3QvuHP25yCWN3A=";
16+
hash = "sha256-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI=";
1717
};
1818

1919
propagatedBuildInputs = [

0 commit comments

Comments
 (0)