nqp: 2020.09 -> 2020.10

This commit is contained in:
Stig Palmquist 2020-10-26 15:32:42 +01:00
parent 50fc95822e
commit e0007b1383
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nqp";
version = "2020.09";
version = "2020.10";
src = fetchurl {
url = "https://github.com/raku/nqp/releases/download/${version}/nqp-${version}.tar.gz";
sha256 = "09kiy7r732yrh3nzdzdq9yki0jx2hamyqvrbahk4mlxmb6cl9qmh";
sha256 = "0nb0vdycz2wrd5yspvps2wy7a21066csr18v786085qim347830h";
};
buildInputs = [ perl ];