about summary refs log tree commit diff
path: root/pkgs/tools/security/nwipe
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 14:29:12 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 14:29:12 -0700
commit899d76408c13c6f35e19653028e1ce022fb5fed2 (patch)
tree74d63b61acfe48a047f3a5796b1596c19c1e37da /pkgs/tools/security/nwipe
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
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
Diffstat (limited to 'pkgs/tools/security/nwipe')
-rw-r--r--pkgs/tools/security/nwipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/nwipe/default.nix b/pkgs/tools/security/nwipe/default.nix
index caaa5eba86a98..62d7fb3b34a31 100644
--- a/pkgs/tools/security/nwipe/default.nix
+++ b/pkgs/tools/security/nwipe/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, ncurses, parted, automake, autoconf, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  version = "0.25";
+  version = "0.26";
   pname = "nwipe";
   src = fetchFromGitHub {
     owner = "martijnvanbrummelen";
     repo = "nwipe";
     rev = "v${version}";
-    sha256 = "1hx041arw82k814g9r8dqsfi736mj5nlzp2zpi8n2qfqfc1q8nir";
+    sha256 = "072gg7hafq4vncpgm62yswshg6qgbi9mg2hl0p22c7if908p4vaa";
   };
   nativeBuildInputs = [ automake autoconf pkgconfig ];
   buildInputs = [ ncurses parted ];