nqp: 2024.01 -> 2024.06

This commit is contained in:
Stig Palmquist 2024-07-03 03:00:23 +02:00
parent 1a787fd64c
commit a31177f3d0
No known key found for this signature in database

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nqp";
version = "2024.01";
version = "2024.06";
src = fetchFromGitHub {
owner = "raku";
repo = "nqp";
rev = version;
hash = "sha256-vcGj+PKCpCRLyjS158+U42BppJ0Yl53srZCde+fng0c=";
hash = "sha256-FqZPUtzlS+ZSlyuCFMWHofLXPuXCWAT6Oak0g3o8cgM=";
fetchSubmodules = true;
};