Skip to content

Commit 6315e9c

Browse files
authored
scala: 3.3.5 -> 3.3.6; scala-next: 3.6.4 -> 3.7.0 (#407352)
2 parents fa939cd + 7ffcfbe commit 6315e9c

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.4";
4+
version = "3.7.0";
55
pname = "scala-next";
66
src = fetchurl {
77
inherit (oldAttrs.src) url;
8-
hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
8+
hash = "sha256-T2zGqv2XSjdA3t0FaJvldcthgpgRrMTyiRznlgQOmBE=";
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.5";
11+
version = "3.3.6";
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-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI=";
16+
hash = "sha256-cmdSQkDuKJl2/tG4vAjABF1dKQ0/ruB8a3E3pCUrW5c=";
1717
};
1818

1919
propagatedBuildInputs = [

0 commit comments

Comments
 (0)