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
+2 -2
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 = [