Skip to content

Commit 4533e57

Browse files
committed
moarvm: 2025.01 -> 2025.03
1 parent ec5ec92 commit 4533e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/rakudo/moarvm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "moarvm";
12-
version = "2025.01";
12+
version = "2025.03";
1313

1414
# nixpkgs-update: no auto update
1515
src = fetchFromGitHub {
1616
owner = "moarvm";
1717
repo = "moarvm";
1818
rev = version;
19-
hash = "sha256-Xvkn1edzOeXBiBn2QSwk0eKfSG1JvfSkVrCAmyYtlmI=";
19+
hash = "sha256-8uvO4GcediL0ysYWApEo6C583nw5QcrjN+0EmO2NKWo=";
2020
fetchSubmodules = true;
2121
};
2222

0 commit comments

Comments
 (0)