rakudo: 2022.03 -> 2022.07

This commit is contained in:
Stig Palmquist 2022-08-21 16:54:01 +02:00
parent 3f4fdba781
commit d04ed11729
No known key found for this signature in database
GPG Key ID: 6A0B75A8D9DCC005

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rakudo";
version = "2022.03";
version = "2022.07";
src = fetchurl {
url = "https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
sha256 = "sha256-A+IVsAGoeXR2GNb8GOt/icC4EvXlQ6Q+1mwTQ56ooic=";
hash = "sha256-ejvJ1lTh0nkqBVtPrxFu820UH2tq3eeqcDF3BfJgkK0=";
};
nativeBuildInputs = [ removeReferencesTo ];