Skip to content

Commit 2de3841

Browse files
committed
nqp: 2025.01 -> 2025.03
1 parent 4533e57 commit 2de3841

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/interpreters/rakudo

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/rakudo/nqp.nix

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

99
stdenv.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

0 commit comments

Comments
 (0)