summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/rakudo
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2017-02-07 16:58:14 -0800
committerRahul Gopinath <rahul@gopinath.org>2017-02-07 16:58:14 -0800
commitb09215bed57a434810b7772201f594420dbac379 (patch)
tree3522e117ef68e3bba82b933744d738e4cd35abb0 /pkgs/development/interpreters/rakudo
parentbd46a375df572c838d6721ef0365e76227a735c7 (diff)
rakudo-star: 2016.07 -> 2017.01
Diffstat (limited to 'pkgs/development/interpreters/rakudo')
-rw-r--r--pkgs/development/interpreters/rakudo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/rakudo/default.nix b/pkgs/development/interpreters/rakudo/default.nix
index 210570ad8468..83e8f1d00302 100644
--- a/pkgs/development/interpreters/rakudo/default.nix
+++ b/pkgs/development/interpreters/rakudo/default.nix
@@ -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 ];
};
}