Merge pull request #144491 from r-ryantm/auto-update/nwipe

nwipe: 0.31 -> 0.32
This commit is contained in:
Fabian Affolter 2021-11-03 20:32:03 +01:00 committed by GitHub
commit fe630fcb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "nwipe";
version = "0.31";
version = "0.32";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
sha256 = "sha256-+xwQLjl0jhven6udfCprRKW8qWM6JMh5MOZ+ZdaJWQg=";
sha256 = "sha256-O3kYiai+5KMHWd2om4+HrTIw9lB2wLJF3Mrr6iY2+I8=";
};
nativeBuildInputs = [