Skip to content

Commit 1832c18

Browse files
authored
Scala 3.3.4 -> 3.3.5, Scala (next) 3.6.3 -> 3.6.4 (#394000)
2 parents a13ec5d + 112e7ce commit 1832c18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ scala, fetchurl }:
22

33
scala.bare.overrideAttrs (oldAttrs: {
4-
version = "3.6.3";
4+
version = "3.6.4";
55
pname = "scala-next";
66
src = fetchurl {
77
inherit (oldAttrs.src) url;
8-
hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU=";
8+
hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
99
};
1010
})

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)