about summary refs log tree commit diff
path: root/pkgs/tools/security/hashcat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-01 08:37:09 -0700
committerGitHub <noreply@github.com>2020-08-01 15:37:09 +0000
commit988b64e5e9cc9220ea2b15b2a47bf7585c2f8dbb (patch)
treec4b10383a8dd5008ccc4db0d290e7599432923a6 /pkgs/tools/security/hashcat
parent452f95d55b807b87a9ef3d2bcddaf38f1bd63ec4 (diff)
hashcat: 6.0.0 -> 6.1.1 (#94449)
Diffstat (limited to 'pkgs/tools/security/hashcat')
-rw-r--r--pkgs/tools/security/hashcat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/hashcat/default.nix b/pkgs/tools/security/hashcat/default.nix
index 2456f9ca18f28..b156cda99ac74 100644
--- a/pkgs/tools/security/hashcat/default.nix
+++ b/pkgs/tools/security/hashcat/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname   = "hashcat";
-  version = "6.0.0";
+  version = "6.1.1";
 
   src = fetchurl {
     url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
-    sha256 = "118jxk4xh55m1vhaz5h2j2385mp4p397m16g9hi4x2k0b8m0zrz8";
+    sha256 = "104z63m7lqbb0sdrxhf9yi15l4a9zwf9m6zs9dbb3gf0nfxl1h9r";
   };
 
   nativeBuildInputs = [ makeWrapper ];