mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
gptfdisk: Bump
This commit is contained in:
parent
1b2acb25e6
commit
265b8c565b
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, libuuid, popt, icu, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gptfdisk-0.8.0";
|
||||
name = "gptfdisk-0.8.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gptfdisk/${name}.tar.gz";
|
||||
sha256 = "096qmlqcsvjklihggwphdmd0y78jz4ghf7gf4fvjnskp7mg4ng31";
|
||||
sha256 = "1yaax2mga7n847x1ihbgvv4drzvndgnn4mii0mz1ab1150gnkk0m";
|
||||
};
|
||||
|
||||
buildInputs = [ libuuid popt icu ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user