3
0
Fork 0
forked from mirrors/nixpkgs

rakudo: 2020.08.1 -> 2020.08.2

This commit is contained in:
Stig Palmquist 2020-08-31 10:55:50 +02:00
parent cc2769b744
commit 4ec71d7f5d
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rakudo";
version = "2020.08.1";
version = "2020.08.2";
src = fetchurl {
url = "https://www.rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
sha256 = "1jwlqppm2g6ivzpipkcyihsxzsii3qyx1f35n7wj5dsf99b3hkfm";
sha256 = "16qsq6alvk2x44x39j2fzxigvm5cvmz85i0nkjcw0wz29yyf8lch";
};
buildInputs = [ icu zlib gmp perl ];