summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/pig
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 08:32:49 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 08:32:49 -0800
commit32d26952dd17901c0f889a6534b1cd391d1c25b1 (patch)
tree4c215bd92cf96222db413049ce2f83bd92ecd106 /pkgs/applications/networking/cluster/pig
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
pig: 0.14.0 -> 0.16.0
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/vfr6b50xzj4rj0xhl83vfqqq127lx79s-pig-0.16.0/bin/pig --help` got 0 exit code - ran `/nix/store/vfr6b50xzj4rj0xhl83vfqqq127lx79s-pig-0.16.0/bin/pig --version` and found version 0.16.0 - ran `/nix/store/vfr6b50xzj4rj0xhl83vfqqq127lx79s-pig-0.16.0/bin/pig -h` and found version 0.16.0 - found 0.16.0 with grep in /nix/store/vfr6b50xzj4rj0xhl83vfqqq127lx79s-pig-0.16.0
Diffstat (limited to 'pkgs/applications/networking/cluster/pig')
-rw-r--r--pkgs/applications/networking/cluster/pig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/pig/default.nix b/pkgs/applications/networking/cluster/pig/default.nix
index 49c57b470289..45dcfb1738c1 100644
--- a/pkgs/applications/networking/cluster/pig/default.nix
+++ b/pkgs/applications/networking/cluster/pig/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
- name = "pig-0.14.0";
+ name = "pig-0.16.0";
src = fetchurl {
url = "mirror://apache/pig/${name}/${name}.tar.gz";
- sha256 = "183in34cj93ny3lhqyq76g9pjqgw1qlwakk5v6x847vrlkfndska";
+ sha256 = "0p79grz5islnq195lv7pqdxb5l3v4y0k0w63602827qs70zpr508";
};