gnu: hashcat: update to 7.1.2.

* gnu/packages/password-utils (hashcat): Update to 7.1.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Jean-Baptiste Note 2025-09-21 21:54:30 +02:00 committed by Andreas Enge
parent eb893dbdd5
commit 96d87b4747
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1671,14 +1671,14 @@ your online accounts makes it necessary.")
(define-public hashcat
(package
(name "hashcat")
(version "6.2.6")
(version "7.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hashcat.net/files/hashcat-" version
".tar.gz"))
(sha256
(base32
"0akv1cgbmwyw8h8zbw5w5ixh92y95sdadh8qiz60hjgkpivi0pmj"))
"15lbzjfb6n3d06090g1dyf3llc20mnmrn1yc9ys30xbldlracilm"))
(modules '((guix build utils)))
;; Delete bundled libraries.
(snippet