Merge pull request #83754 from r-ryantm/auto-update/nwipe
nwipe: 0.27 -> 0.28
This commit is contained in:
commit
497849dccb
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
|
{ stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.27";
|
version = "0.28";
|
||||||
pname = "nwipe";
|
pname = "nwipe";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "martijnvanbrummelen";
|
owner = "martijnvanbrummelen";
|
||||||
repo = "nwipe";
|
repo = "nwipe";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1rfqv5nxb20g7rfcmqaxwkbz5v294ak0kfsndncx3m4m1791fw04";
|
sha256 = "1aw905lmn1vm6klqn3q7445dwmwbjhcmwnkygpq9rddacgig1gdx";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
||||||
buildInputs = [ ncurses parted ];
|
buildInputs = [ ncurses parted ];
|
||||||
|
Loading…
Reference in New Issue
Block a user