mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nwipe: 0.24 -> 0.25 (#46996)
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
7ac0ecc12b
commit
cb212f78e0
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.24";
|
||||
version = "0.25";
|
||||
name = "nwipe-${version}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "martijnvanbrummelen";
|
||||
repo = "nwipe";
|
||||
rev = "v${version}";
|
||||
sha256 = "0zminjngz98b4jl1ii6ssa7pkmf4xw6mmk8apxz3xr68cps12ls0";
|
||||
sha256 = "1hx041arw82k814g9r8dqsfi736mj5nlzp2zpi8n2qfqfc1q8nir";
|
||||
};
|
||||
nativeBuildInputs = [ automake autoconf pkgconfig ];
|
||||
buildInputs = [ ncurses parted ];
|
||||
|
Loading…
Reference in New Issue
Block a user