nwipe: 0.32 -> 0.33

This commit is contained in:
R. Ryantm 2022-03-21 14:23:24 +00:00
parent 9427a17ccb
commit 43421bc305

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nwipe"; pname = "nwipe";
version = "0.32"; version = "0.33";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "martijnvanbrummelen"; owner = "martijnvanbrummelen";
repo = "nwipe"; repo = "nwipe";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-O3kYiai+5KMHWd2om4+HrTIw9lB2wLJF3Mrr6iY2+I8="; sha256 = "sha256-i+cK2XTdWc3ByG9i+rfwL3Ds8Sl15/wZwEc5nrcWdeY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [