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.
1 parent 5c29fd7 commit b6f322cCopy full SHA for b6f322c
pkgs/development/compilers/scala/bare.nix
@@ -8,12 +8,12 @@
8
}:
9
10
stdenv.mkDerivation (finalAttrs: {
11
- version = "3.3.4";
+ version = "3.3.5";
12
pname = "scala-bare";
13
14
src = fetchurl {
15
url = "https://github.com/scala/scala3/releases/download/${finalAttrs.version}/scala3-${finalAttrs.version}.tar.gz";
16
- hash = "sha256-/Q7KKe8fbEGHS2cR57ZRTx3Hw4fAh3QvuHP25yCWN3A=";
+ hash = "sha256-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI=";
17
};
18
19
propagatedBuildInputs = [
0 commit comments