hashcat: 4.0.0 -> 4.0.1

Upstream has moved 4.0.0 into https://hashcat.net/files_legacy/hashcat-4.0.0.7z
This commit is contained in:
Orivej Desh 2017-12-04 14:48:07 +00:00
parent 3130c112da
commit 67a86f7813

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hashcat-${version}";
version = "4.0.0";
version = "4.0.1";
src = fetchurl {
url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
sha256 = "0l1vq4h1gfxc2yclxkvy6gfz6sii2vyzip8pw6ifq930y8dvi34y";
sha256 = "1pafjwibppylfgs3rck6724dhd3vwwndb9lkc29gd64pxd3l98kz";
};
nativeBuildInputs = [ makeWrapper ];