mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: hashcat: Update to 5.1.0.
* gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.
This commit is contained in:
parent
f73b7bf6e2
commit
45ee3fde87
1 changed files with 2 additions and 2 deletions
|
@ -705,7 +705,7 @@ (define-public pass-rotate
|
||||||
(define-public hashcat
|
(define-public hashcat
|
||||||
(package
|
(package
|
||||||
(name "hashcat")
|
(name "hashcat")
|
||||||
(version "4.1.0")
|
(version "5.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -713,7 +713,7 @@ (define-public hashcat
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"170i2y32ykgzb1qf1wz3klwn31c09bviz4x3bnrwia65adqrj8xx"))))
|
"0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("opencl-headers" ,opencl-headers)))
|
`(("opencl-headers" ,opencl-headers)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue