1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/wipe/${version}/${pname}-${version}.tar.bz2";
9 sha256 = "180snqvh6k6il6prb19fncflf2jcvkihlb4w84sbndcv1wvicfa6";
12 patches = [ ./fix-install.patch ];
15 description = "Secure file wiping utility";
17 homepage = "https://wipe.sourceforge.net/";
18 license = licenses.gpl2Plus;
19 platforms = platforms.all;
20 maintainers = [ maintainers.abbradar ];