gnu: hashcat: Update to 6.2.6.

* gnu/packages/password-utils.scm (hashcat): Update to 6.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:02 +01:00
parent c193b5203b
commit 447015dac2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1252,14 +1252,14 @@ (define-public pass-rotate
(define-public hashcat
(package
(name "hashcat")
(version "6.2.5")
(version "6.2.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hashcat.net/files/hashcat-" version
".tar.gz"))
(sha256
(base32
"0sc96xcsc20xd4fyby3i45nm9as3hl4nhk9snkvmk5l9mpbrjs3g"))
"0akv1cgbmwyw8h8zbw5w5ixh92y95sdadh8qiz60hjgkpivi0pmj"))
(modules '((guix build utils)))
;; Delete bundled libraries.
(snippet