about summary refs log tree commit diff
path: root/pkgs/tools/security/hashcat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-09-06 01:52:49 -0700
committerGitHub <noreply@github.com>2022-09-06 10:52:49 +0200
commitaa192bd8976b6ad31fd61708e6fa24c6c8310c8c (patch)
treedb78903bf9b4ed731cf00a7908f81c34d7587a94 /pkgs/tools/security/hashcat
parent8157e3d89fb052c32937c91f27d9c6aaa46bd3ac (diff)
hashcat: 6.2.5 -> 6.2.6 (#189921)
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 ed06ee992e4af..ec078d4695a8f 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.2.5";
+  version = "6.2.6";
 
   src = fetchurl {
     url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
-    sha256 = "sha256-b2iZ162Jlln3tDpNaAmFQ6tUbSFx+OUdaR0Iplk3iWk=";
+    sha256 = "sha256-sl4Qd7zzSQjMjxjBppouyYsEeyy88PURRNzzuh4Leyo=";
   };
 
   nativeBuildInputs = [ makeWrapper ];