nwipe: 0.39 -> 0.40

This commit is contained in:
R. Ryantm
2026-02-04 09:16:49 +00:00
parent e97de02225
commit 2cff377644
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nwipe";
version = "0.39";
version = "0.40";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${finalAttrs.version}";
sha256 = "sha256-uWsN4DWzmipx/+gfMl8GXTg3pSKT0UPOkqVfdHfUPdA=";
sha256 = "sha256-Gx7i8jxnQm+5G65JFdZ7R54ulSrBq12MIrfFGJb2tW4=";
};
nativeBuildInputs = [