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 |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
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’.
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)