rakudo: 2021.06 -> 2021.07

This commit is contained in:
Nguyễn Gia Phong 2021-07-25 14:35:19 +07:00
parent 100411d53f
commit 662dbb477f
No known key found for this signature in database
GPG key ID: 27148B2C06A2224B

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rakudo";
version = "2021.06";
version = "2021.07";
src = fetchurl {
url = "https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
sha256 = "11ixlqmvbb37abksdysg5r4lkbwzr486lkc0ssl3wca4iiy3mhgf";
sha256 = "0lmbgw24f8277b9kj725v3grwh1524p4iy5jbqajxwxjr16zx2hp";
};
nativeBuildInputs = [ removeReferencesTo ];