Merge pull request #263021 from r-ryantm/auto-update/wipefreespace

wipefreespace: 2.5 -> 2.6
This commit is contained in:
Weijia Wang 2023-11-04 00:38:56 +01:00 committed by GitHub
commit dfa4fcc79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "wipefreespace";
version = "2.5";
version = "2.6";
src = fetchurl {
url = "mirror://sourceforge/project/wipefreespace/wipefreespace/${version}/wipefreespace-${version}.tar.gz";
hash = "sha256-wymV6G4Et5TCoIztZfdb3xuzjdBHFyB5OmI4EcsJKwQ=";
hash = "sha256-Pt6MDQ9wSJbL4tW/qckTpFsvE9FdXIkp/QmnYSlWR/M=";
};
nativeBuildInputs = [