File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkgs/development/interpreters/rakudo Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313stdenv . mkDerivation rec {
1414 pname = "rakudo" ;
15- version = "2025.01 " ;
15+ version = "2025.03 " ;
1616
1717 # nixpkgs-update: no auto update
1818 src = fetchFromGitHub {
1919 owner = "rakudo" ;
2020 repo = "rakudo" ;
2121 rev = version ;
22- hash = "sha256-NrbeB6/VnxlUt6glIvetK1o9huWaeVD6WLdpi4bb2FU =" ;
22+ hash = "sha256-7gqBjhPtD4gm3D3uNlzOFftETvgbdQn7TKlKaEke/hg =" ;
2323 fetchSubmodules = true ;
2424 } ;
2525
Original file line number Diff line number Diff line change 99
1010stdenv . 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
Original file line number Diff line number Diff line change 88
99stdenv . mkDerivation rec {
1010 pname = "nqp" ;
11- version = "2025.01 " ;
11+ version = "2025.03 " ;
1212
1313 # nixpkgs-update: no auto update
1414 src = fetchFromGitHub {
1515 owner = "raku" ;
1616 repo = "nqp" ;
1717 rev = version ;
18- hash = "sha256-45L3fEL8jIk9bkKpuhrsLM014zNW1P7Kf6qVXxJjWws =" ;
18+ hash = "sha256-/+MfjR7J2fwwMu8oRaBqjKi1dI0+6WZENzpymXEYN/Q =" ;
1919 fetchSubmodules = true ;
2020 } ;
2121
You can’t perform that action at this time.
0 commit comments