nqp: 2021.05 -> 2021.06

This commit is contained in:
Nguyễn Gia Phong 2021-06-20 12:01:03 +07:00
parent 24c69ece8e
commit e9243d3990
No known key found for this signature in database
GPG key ID: 27148B2C06A2224B

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nqp";
version = "2021.05";
version = "2021.06";
src = fetchurl {
url = "https://github.com/raku/nqp/releases/download/${version}/nqp-${version}.tar.gz";
sha256 = "0gzpzzvqs3xar5657yx07hsvqn3xckdfvq9jw73qfccbbb9gjg5l";
sha256 = "1d00lajjdd2k510fb0cb6c8bpklvlnncykf6jz8j8djfp0b2i696";
};
buildInputs = [ perl ];