nqp: 2025.04 -> 2025.05

This commit is contained in:
Sizhe Zhao
2025-05-18 00:40:43 +08:00
parent 75b596e67c
commit c9885abb7b
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "nqp";
version = "2025.04";
version = "2025.05";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "raku";
repo = "nqp";
rev = version;
hash = "sha256-X/xPtsGhGSV3QkD4pvuhJYueH9nksbmf+CLqORUdtJc=";
hash = "sha256-CNanRrK9ReK1OoM82ytCRh/tZfnvAs4vCyy5BRYIwCU=";
fetchSubmodules = true;
};