nwipe: 0.25 -> 0.26
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nwipe/versions
This commit is contained in:
parent
96ac71d680
commit
899d76408c
@ -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.25";
|
version = "0.26";
|
||||||
pname = "nwipe";
|
pname = "nwipe";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "martijnvanbrummelen";
|
owner = "martijnvanbrummelen";
|
||||||
repo = "nwipe";
|
repo = "nwipe";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1hx041arw82k814g9r8dqsfi736mj5nlzp2zpi8n2qfqfc1q8nir";
|
sha256 = "072gg7hafq4vncpgm62yswshg6qgbi9mg2hl0p22c7if908p4vaa";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
||||||
buildInputs = [ ncurses parted ];
|
buildInputs = [ ncurses parted ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user