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
@ -705,7 +705,7 @@ your online accounts makes it necessary.")
|
|||||||
(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 @@ your online accounts makes it necessary.")
|
|||||||
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 New Issue
Block a user