scala-next: 3.7.1 -> 3.7.3

Diff: https://github.com/scala/scala3/compare/3.7.1...3.7.3
This commit is contained in:
SandaruKasa
2025-09-16 01:50:59 +03:00
parent b1625a5ade
commit c3e2ccfc5a
+2 -2
View File
@@ -1,10 +1,10 @@
{ scala, fetchurl }:
scala.bare.overrideAttrs (oldAttrs: {
version = "3.7.1";
version = "3.7.3";
pname = "scala-next";
src = fetchurl {
inherit (oldAttrs.src) url;
hash = "sha256-XIeG4T7TXPVAEMteD0BSWrAv7V1f7xrkLpbdpHFuWAw=";
hash = "sha256-KmIgDOX4TtioGvcDJ0+sGxq+fFqlKM/hZNBb0Q+7Z8A=";
};
})