mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: hashcat: Update to 6.2.6.
* gnu/packages/password-utils.scm (hashcat): Update to 6.2.6.
This commit is contained in:
parent
c193b5203b
commit
447015dac2
1 changed files with 2 additions and 2 deletions
|
@ -1252,14 +1252,14 @@ (define-public pass-rotate
|
||||||
(define-public hashcat
|
(define-public hashcat
|
||||||
(package
|
(package
|
||||||
(name "hashcat")
|
(name "hashcat")
|
||||||
(version "6.2.5")
|
(version "6.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hashcat.net/files/hashcat-" version
|
(uri (string-append "https://hashcat.net/files/hashcat-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sc96xcsc20xd4fyby3i45nm9as3hl4nhk9snkvmk5l9mpbrjs3g"))
|
"0akv1cgbmwyw8h8zbw5w5ixh92y95sdadh8qiz60hjgkpivi0pmj"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Delete bundled libraries.
|
;; Delete bundled libraries.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue