rakudo: 2023.08 -> 2024.01

This commit is contained in:
superwhiskers 2024-02-14 20:29:45 -06:00
parent 701fdc64c7
commit a302588c39
No known key found for this signature in database
GPG key ID: 4531D312EB99740A

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rakudo";
version = "2023.08";
version = "2024.01";
src = fetchFromGitHub {
owner = "rakudo";
repo = "rakudo";
rev = version;
hash = "sha256-wvHMyXMkI2RarmUeC8lKGgy3TNmVQsZo/3D/eS4FUrI=";
hash = "sha256-E4YwLds0eoh8PxcACntynQKeg8lRIsEy+JOiv8nF2t0=";
fetchSubmodules = true;
};