mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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.
This commit is contained in:
parent
0fc2fd5bfb
commit
0a550a5354
@ -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…
Reference in New Issue
Block a user