From bb1e579d7447a89ccd47e917f89231ecc6a423c5 Mon Sep 17 00:00:00 2001 From: Charles Duffy Date: Tue, 22 Jun 2021 10:41:46 -0500 Subject: [PATCH] nwipe: 0.30 -> 0.31 Miscellaneous upstream bugfixes, notably including musl support. --- pkgs/tools/security/nwipe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/nwipe/default.nix b/pkgs/tools/security/nwipe/default.nix index 81ed9849bef0..eb87e8cba862 100644 --- a/pkgs/tools/security/nwipe/default.nix +++ b/pkgs/tools/security/nwipe/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "nwipe"; - version = "0.30"; + version = "0.31"; src = fetchFromGitHub { owner = "martijnvanbrummelen"; repo = "nwipe"; rev = "v${version}"; - sha256 = "sha256-cNZMFnk4L95jKTyGEUN3DlAChUNZlIjDdZqkkwPjehE="; + sha256 = "sha256-+xwQLjl0jhven6udfCprRKW8qWM6JMh5MOZ+ZdaJWQg="; }; nativeBuildInputs = [