scala-next: 3.6.4 -> 3.7.0

This commit is contained in:
Natsu Kagami 2025-05-15 15:15:43 +02:00
parent e23d133311
commit 7ffcfbef69
No known key found for this signature in database
GPG key ID: 55A032EB38B49ADB

View file

@ -1,10 +1,10 @@
{ scala, fetchurl }:
scala.bare.overrideAttrs (oldAttrs: {
version = "3.6.4";
version = "3.7.0";
pname = "scala-next";
src = fetchurl {
inherit (oldAttrs.src) url;
hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
hash = "sha256-T2zGqv2XSjdA3t0FaJvldcthgpgRrMTyiRznlgQOmBE=";
};
})