hashcat: 5.1.0 -> 6.0.0 (#91063)

This commit is contained in:
Pavol Rusnak 2020-06-19 12:36:08 +02:00 committed by GitHub
parent a8bb61222f
commit 09e64cf96b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,18 @@
{ stdenv, fetchurl, makeWrapper, opencl-headers, ocl-icd, xxHash }:
{ stdenv
, fetchurl
, makeWrapper
, opencl-headers
, ocl-icd
, xxHash
}:
stdenv.mkDerivation rec {
pname = "hashcat";
version = "5.1.0";
version = "6.0.0";
src = fetchurl {
url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
sha256 = "0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8";
sha256 = "118jxk4xh55m1vhaz5h2j2385mp4p397m16g9hi4x2k0b8m0zrz8";
};
nativeBuildInputs = [ makeWrapper ];