mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
scala-next: 3.6.4 -> 3.7.0
This commit is contained in:
parent
e23d133311
commit
7ffcfbef69
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ scala, fetchurl }:
|
{ scala, fetchurl }:
|
||||||
|
|
||||||
scala.bare.overrideAttrs (oldAttrs: {
|
scala.bare.overrideAttrs (oldAttrs: {
|
||||||
version = "3.6.4";
|
version = "3.7.0";
|
||||||
pname = "scala-next";
|
pname = "scala-next";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (oldAttrs.src) url;
|
inherit (oldAttrs.src) url;
|
||||||
hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
|
hash = "sha256-T2zGqv2XSjdA3t0FaJvldcthgpgRrMTyiRznlgQOmBE=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue