nwipe: 0.39 -> 0.40 (#486872)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-05 10:46:46 +00:00
committed by GitHub
+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 = [