nwipe: 0.38 -> 0.39

This commit is contained in:
R. Ryantm
2025-09-10 13:27:34 +00:00
parent 0cadc7de94
commit caad71fef0
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nwipe";
version = "0.38";
version = "0.39";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
sha256 = "sha256-idSIdq7DKhSwuR1xe9JEws0jIh1juCaz2eSeKvd85D4=";
sha256 = "sha256-uWsN4DWzmipx/+gfMl8GXTg3pSKT0UPOkqVfdHfUPdA=";
};
nativeBuildInputs = [