diff options
| author | Arnout Engelen <arnout@bzzt.net> | 2025-01-22 15:15:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-22 15:15:05 +0100 |
| commit | 49cbad741b8e1e4cc96eb4bd872bdefd5af8f87f (patch) | |
| tree | 69072f2137178d9897e1a19c2b50ce33430e9b0f | |
| parent | handheld-daemon: 3.10.2 -> 3.11.0 (#375743) (diff) | |
| parent | scala: 3.3.3 -> 3.3.4 (diff) | |
| download | nixpkgs-49cbad741b8e1e4cc96eb4bd872bdefd5af8f87f.tar.gz | |
scala: 3.3.3 -> 3.3.4, scala-next: 3.5.1 -> 3.6.3 (#375554)
| -rw-r--r-- | pkgs/by-name/sc/scala-next/package.nix | 4 | ||||
| -rw-r--r-- | pkgs/development/compilers/scala/bare.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/sc/scala-next/package.nix b/pkgs/by-name/sc/scala-next/package.nix index edbe49945f1a..093bdac0b6e2 100644 --- a/pkgs/by-name/sc/scala-next/package.nix +++ b/pkgs/by-name/sc/scala-next/package.nix @@ -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="; }; }) diff --git a/pkgs/development/compilers/scala/bare.nix b/pkgs/development/compilers/scala/bare.nix index 2588e3fd5aaf..51e156312e24 100644 --- a/pkgs/development/compilers/scala/bare.nix +++ b/pkgs/development/compilers/scala/bare.nix @@ -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 = [ |
