nwipe: 0.37 -> 0.38

This commit is contained in:
R. Ryantm
2025-01-09 01:56:09 +00:00
parent 5408294b16
commit 237942c46e
+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 = [