Merge pull request #81700 from r-ryantm/auto-update/nwipe
nwipe: 0.26 -> 0.27
This commit is contained in:
commit
a7454c0a18
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
|
{ stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.26";
|
version = "0.27";
|
||||||
pname = "nwipe";
|
pname = "nwipe";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "martijnvanbrummelen";
|
owner = "martijnvanbrummelen";
|
||||||
repo = "nwipe";
|
repo = "nwipe";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "072gg7hafq4vncpgm62yswshg6qgbi9mg2hl0p22c7if908p4vaa";
|
sha256 = "1rfqv5nxb20g7rfcmqaxwkbz5v294ak0kfsndncx3m4m1791fw04";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
||||||
buildInputs = [ ncurses parted ];
|
buildInputs = [ ncurses parted ];
|
||||||
preConfigure = "sh init.sh || :";
|
preConfigure = "sh init.sh || :";
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Securely erase disks";
|
description = "Securely erase disks";
|
||||||
homepage = https://github.com/martijnvanbrummelen/nwipe;
|
homepage = "https://github.com/martijnvanbrummelen/nwipe";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.woffs ];
|
maintainers = [ maintainers.woffs ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user