We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d932e00 commit 28305d3Copy full SHA for 28305d3
1 file changed
pkgs/development/interpreters/rakudo/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "rakudo";
5
- version = "2020.07";
+ version = "2020.08.1";
6
7
src = fetchurl {
8
url = "https://www.rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
9
- sha256 = "1f6ay09k4n7dbcvvla45yg1lfb7vk2ssymmll2xiagjb77hlsqir";
+ sha256 = "1jwlqppm2g6ivzpipkcyihsxzsii3qyx1f35n7wj5dsf99b3hkfm";
10
};
11
12
buildInputs = [ icu zlib gmp perl ];
0 commit comments