Skip to content

Commit 112e7ce

Browse files
committed
scala-next: 3.6.3 -> 3.6.4
1 parent b6f322c commit 112e7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ scala, fetchurl }:
22

33
scala.bare.overrideAttrs (oldAttrs: {
4-
version = "3.6.3";
4+
version = "3.6.4";
55
pname = "scala-next";
66
src = fetchurl {
77
inherit (oldAttrs.src) url;
8-
hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU=";
8+
hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU=";
99
};
1010
})

0 commit comments

Comments
 (0)