Merge pull request #22540 from vrthra/rakudo-star-2017.01

rakudo-star: 2016.07 -> 2017.01
This commit is contained in:
Joachim F 2017-02-11 19:48:37 +01:00 committed by GitHub
commit 5627dd27b9

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "rakudo-star-${version}";
version = "2016.07";
version = "2017.01";
src = fetchurl {
url = "http://rakudo.org/downloads/star/${name}.tar.gz";
sha256 = "0czx7w1chf108mpyps7k7nqq8cbsy1rbb87ajms9xj65l4ywg8ka";
sha256 = "07zjqdzxm30pmjqwlnr669d75bsbimy09sk0dvgm0pnn3zr92fjq";
};
buildInputs = [ icu zlib gmp readline perl ]
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.rakudo.org";
license = licenses.artistic2;
platforms = platforms.unix;
maintainers = [ maintainers.thoughtpolice maintainers.vrthra ];
maintainers = with maintainers; [ thoughtpolice vrthra ];
};
}