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

nwipe: 0.32 -> 0.33
This commit is contained in:
Ryan Mulligan 2022-03-21 10:00:07 -07:00 committed by GitHub
commit 27353c9045
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.32";
version = "0.33";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
sha256 = "sha256-O3kYiai+5KMHWd2om4+HrTIw9lB2wLJF3Mrr6iY2+I8=";
sha256 = "sha256-i+cK2XTdWc3ByG9i+rfwL3Ds8Sl15/wZwEc5nrcWdeY=";
};
nativeBuildInputs = [