rakudo: 2025.12 -> 2026.02

This commit is contained in:
Svenum
2026-03-11 23:10:16 +01:00
parent 68b7a1a13f
commit a7c8060a62
3 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakudo";
version = "2025.12";
version = "2026.02";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "rakudo";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-rCLlLxFexk2fzuuSMrJjbwhgU+HgJNX6Ect6uCsuJmo=";
hash = "sha256-CqDZ+izOHNxi7sTt6jYqeF/ql5+2WdWBHvkS3N4JjNc=";
};
postPatch = ''
@@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "moarvm";
version = "2025.12";
version = "2026.02";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "MoarVM";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-hftskJ+5p/XHahAJTG28ifWkExb8Z8u7J5CeoQooUYE=";
hash = "sha256-vxEtNiQH7XQ3gDlETJsjsSZ2cVJrjFb5TtoNKVB8F0U=";
};
nativeBuildInputs = [ pkg-config ];
+2 -2
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nqp";
version = "2025.12";
version = "2026.02";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "nqp";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-Ofu6mf2Vx7a1OrqWLnVvgnChWHFK+cSr803VZY2TYC8=";
hash = "sha256-zEnUbVLrWCkRq28L6LFc7ryEZS6tFMy8sGnVlDTwkj8=";
};
configureScript = "${lib.getExe perl} ./Configure.pl";