[bug#33928] gnu: hashcat: Update to 5.1.0.

Message ID ae5bf8841cbb9b611c4aad98ff099f8cec0aed60.1546196811.git.leo@famulari.name
State Accepted
Commit 45ee3fde877ef39dca8382efbbb320c4062637c2
Headers show
Series [bug#33928] gnu: hashcat: Update to 5.1.0. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Leo Famulari Dec. 30, 2018, 7:06 p.m. UTC
* gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Jan. 9, 2019, 4:07 p.m. UTC | #1
Hi!

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.

I haven’t tested but it looks harmless, please go ahead!

Ludo’.

Patch

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 357ef86d5..396203407 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -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)