forked from mirrors/nixpkgs
rakudo-star: 2016.07 -> 2017.01
This commit is contained in:
parent
bd46a375df
commit
b09215bed5
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue