nwipe: 0.30 -> 0.31

Miscellaneous upstream bugfixes, notably including musl support.
This commit is contained in:
Charles Duffy 2021-06-22 10:41:46 -05:00
parent 9332bcad18
commit bb1e579d74
No known key found for this signature in database
GPG key ID: 643F86964B84FB01

View file

@ -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 = [