rakudo: 2022.07 -> 2023.02

This commit is contained in:
superwhiskers 2023-03-17 20:30:38 -05:00
parent 307db4066c
commit a09aae0d75
No known key found for this signature in database
GPG Key ID: 4531D312EB99740A

View File

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