Update plowshare to plowshare4-git20121126.e7e4480

plowshare now comes in two flavours, plowshare4 and plowshare3.
plowshare4 is recommonded if one can afford its larger (bash >= 4.1)
dependencies which we can. plowshare3 (bash >= 3, busybox) is aimed at
embedded devices.
wip/yesman
Alexander Foremny 12 years ago committed by Eelco Dolstra
parent 0fc2fd5bfb
commit 0a550a5354
  1. 8
      pkgs/tools/misc/plowshare/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "plowshare-${version}";
name = "plowshare4-${version}";
version = "20120916";
version = "20121126.47e4480";
src = fetchurl {
url = "http://plowshare.googlecode.com/files/plowshare-snapshot-git${version}.tar.gz";
sha256 = "eccdb28d49ac47782abc8614202b3a88426cd587371641ecf2ec008880dc6067";
url = "http://plowshare.googlecode.com/files/plowshare4-snapshot-git${version}.tar.gz";
sha256 = "1p7bqqfbgcy41hiickgr8cilspyvrrql12rdmfasz0dmgf7nx1x6";
};
buildInputs = [ makeWrapper ];

Loading…
Cancel
Save