wipe: Switch from sha256 to hash

This commit is contained in:
Jonas Heinrich
2025-01-16 12:43:35 +01:00
parent f292fa21d7
commit b4b3c73a94
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/wipe/${version}/${pname}-${version}.tar.bz2";
sha256 = "180snqvh6k6il6prb19fncflf2jcvkihlb4w84sbndcv1wvicfa6";
hash = "sha256-RjkWNw+bNbs0QZwsCuPcTApHHbMuhZWvodFMAze2GqA=";
};
postPatch = ''