summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 16:15:05 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 16:15:05 -0700
commit500319c4b6f11afd0195be455ed4c95215570501 (patch)
tree97d27be3d4ada6d945efe69132925d5e2d6d97c7 /pkgs
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixlib-500319c4b6f11afd0195be455ed4c95215570501.tar
nixlib-500319c4b6f11afd0195be455ed4c95215570501.tar.gz
nixlib-500319c4b6f11afd0195be455ed4c95215570501.tar.bz2
nixlib-500319c4b6f11afd0195be455ed4c95215570501.tar.lz
nixlib-500319c4b6f11afd0195be455ed4c95215570501.tar.xz
nixlib-500319c4b6f11afd0195be455ed4c95215570501.tar.zst
nixlib-500319c4b6f11afd0195be455ed4c95215570501.zip
hashcat: 4.1.0 -> 4.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hashcat/versions.
Diffstat (limited to 'pkgs')
-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 725f913734d4..9bac2d6c8035 100644
--- a/pkgs/tools/security/hashcat/default.nix
+++ b/pkgs/tools/security/hashcat/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "hashcat-${version}";
-  version = "4.1.0";
+  version = "4.2.1";
 
   src = fetchurl {
     url = "https://hashcat.net/files/hashcat-${version}.tar.gz";
-    sha256 = "170i2y32ykgzb1qf1wz3klwn31c09bviz4x3bnrwia65adqrj8xx";
+    sha256 = "082k5srjwkfvnvz0bfcg5r12m9c2qjyfhnp135mparkf831p7bbx";
   };
 
   nativeBuildInputs = [ makeWrapper ];