tools/system/gptfdisk: Updated to 0.8.0.
svn path=/nixpkgs/trunk/; revision=29319
This commit is contained in:
parent
5583e6f741
commit
95f7c02feb
@ -1,14 +1,14 @@
|
||||
{ fetchurl, stdenv, libuuid, popt, icu }:
|
||||
{ fetchurl, stdenv, libuuid, popt, icu, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gptfdisk-0.7.1";
|
||||
name = "gptfdisk-0.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.rodsbooks.com/gdisk/${name}.tgz";
|
||||
sha256 = "142mrlcaprh7a6r55wvaxpvjmkffh7w8lcagarmwq4cfibfrnwd8";
|
||||
url = "mirror://sourceforge/gptfdisk/${name}.tar.gz";
|
||||
sha256 = "096qmlqcsvjklihggwphdmd0y78jz4ghf7gf4fvjnskp7mg4ng31";
|
||||
};
|
||||
|
||||
buildInputs = [ libuuid popt icu ];
|
||||
buildInputs = [ libuuid popt icu ncurses ];
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user