scala: 3.3.3 -> 3.3.4, scala-next: 3.5.1 -> 3.6.3 (#375554)

This commit is contained in:
Arnout Engelen
2025-01-22 15:15:05 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{ scala, fetchurl }:
scala.bare.overrideAttrs (oldAttrs: {
version = "3.5.1";
version = "3.6.3";
pname = "scala-next";
src = fetchurl {
inherit (oldAttrs.src) url;
hash = "sha256-pRfoCXFVnnEh3zyB9HbUZK3qrQ94Gq3iXX2fWGS/l9o=";
hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU=";
};
})
+2 -2
View File
@@ -8,12 +8,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "3.3.3";
version = "3.3.4";
pname = "scala-bare";
src = fetchurl {
url = "https://github.com/scala/scala3/releases/download/${finalAttrs.version}/scala3-${finalAttrs.version}.tar.gz";
hash = "sha256-61lAETEvqkEqr5pbDltFkh+Qvp+EnCDilXN9X67NFNE=";
hash = "sha256-/Q7KKe8fbEGHS2cR57ZRTx3Hw4fAh3QvuHP25yCWN3A=";
};
propagatedBuildInputs = [