3
0
Fork 0
forked from mirrors/nixpkgs

pig: 0.16.0 -> 0.17.0

* pig: 0.16.0 -> 0.17.0 ()

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pig/versions
This commit is contained in:
R. RyanTM 2018-12-19 09:51:55 -08:00 committed by Renaud
parent 8f9bd40d41
commit ddeb896744

View file

@ -2,15 +2,15 @@
stdenv.mkDerivation rec {
name = "pig-0.16.0";
name = "pig-0.17.0";
src = fetchurl {
url = "mirror://apache/pig/${name}/${name}.tar.gz";
sha256 = "0p79grz5islnq195lv7pqdxb5l3v4y0k0w63602827qs70zpr508";
sha256 = "1wwpg0w47f49rnivn2d26vrxgyfl9gpqx3vmzbl5lhx6x5l3fqbd";
};
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
mkdir -p $out
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://pig.apache.org/;
homepage = https://pig.apache.org/;
description = "High-level language for Apache Hadoop";
license = licenses.asl20;