Merge pull request #147701 from fabaff/bump-hashcat

hashcat: 6.2.4 -> 6.2.5
This commit is contained in:
Thiago Kenji Okada 2021-11-28 11:34:35 -03:00 committed by GitHub
commit 9bb0a63640
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.4";
version = "6.2.5";
src = fetchurl {
url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
sha256 = "sha256-kCA5b/kzaT4xC0ebZB6G8Xg9mBnWDR2Qd1KtjSSmDDE=";
sha256 = "sha256-b2iZ162Jlln3tDpNaAmFQ6tUbSFx+OUdaR0Iplk3iWk=";
};
nativeBuildInputs = [ makeWrapper ];