Skip to content

Commit 28305d3

Browse files
committed
rakudo: 2020.07 -> 2020.08.1
1 parent d932e00 commit 28305d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/interpreters/rakudo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "rakudo";
5-
version = "2020.07";
5+
version = "2020.08.1";
66

77
src = fetchurl {
88
url = "https://www.rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
9-
sha256 = "1f6ay09k4n7dbcvvla45yg1lfb7vk2ssymmll2xiagjb77hlsqir";
9+
sha256 = "1jwlqppm2g6ivzpipkcyihsxzsii3qyx1f35n7wj5dsf99b3hkfm";
1010
};
1111

1212
buildInputs = [ icu zlib gmp perl ];

0 commit comments

Comments
 (0)