hashcat: 6.2.2 -> 6.2.3 (#130870)

This commit is contained in:
R. RyanTM 2021-07-20 23:37:02 -07:00 committed by GitHub
parent b8297c00c9
commit 4a338e3317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "hashcat";
version = "6.2.2";
version = "6.2.3";
src = fetchurl {
url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
sha256 = "0xbs3i5g2w8h5031jwgm13algs3f721k12fghnwfzi05fmzw8d0f";
sha256 = "sha256-wL4cZpPuHzXHvvH3m/njCpVPcX70LQDjd4eq7/MnHlE=";
};
nativeBuildInputs = [ makeWrapper ];