nwipe: 0.37 -> 0.38 (#372268)

Co-authored-by: vifino <vifino@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-09 22:56:29 +00:00
committed by GitHub
co-authored by vifino
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nwipe";
version = "0.37";
version = "0.38";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
sha256 = "sha256-0mBiWKkMV8i9n158k843caulF90k43ctpMvKhc4HZxY";
sha256 = "sha256-idSIdq7DKhSwuR1xe9JEws0jIh1juCaz2eSeKvd85D4=";
};
nativeBuildInputs = [