gnu: hashcat: Update to 5.1.0.

* gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.
master
Leo Famulari 2018-12-30 14:06:13 -05:00
parent f73b7bf6e2
commit 45ee3fde87
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -705,7 +705,7 @@ your online accounts makes it necessary.")
(define-public hashcat
(package
(name "hashcat")
(version "4.1.0")
(version "5.1.0")
(source
(origin
(method url-fetch)
@ -713,7 +713,7 @@ your online accounts makes it necessary.")
version ".tar.gz"))
(sha256
(base32
"170i2y32ykgzb1qf1wz3klwn31c09bviz4x3bnrwia65adqrj8xx"))))
"0f73y4cg8c7a6q7x34qvpfi4g3lw6j9bnn0a13g43aqyiskflfr8"))))
(native-inputs
`(("opencl-headers" ,opencl-headers)))
(build-system gnu-build-system)