summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-16 09:42:20 +0100
committerGitHub <noreply@github.com>2022-03-16 09:42:20 +0100
commit5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc (patch)
tree6c8d0b515c4f9469745c657c80cfbc676f3e7dd8 /pkgs/tools/security
parentb7b27aa24366f03f748bffae84c5b9582e611057 (diff)
parent5d121d36508a349cf81b4e8aa10216b87a93843c (diff)
downloadnixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar.gz
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar.bz2
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar.lz
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar.xz
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.tar.zst
nixpkgs-5dee2360ca0878ba8467ebfb47fc4f4f3a4872fc.zip
Merge pull request #164378 from r-ryantm/auto-update/exploitdb
exploitdb: 2022-03-11 -> 2022-03-15
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/exploitdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/exploitdb/default.nix b/pkgs/tools/security/exploitdb/default.nix
index a50588fc1f8..4338576c75e 100644
--- a/pkgs/tools/security/exploitdb/default.nix
+++ b/pkgs/tools/security/exploitdb/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "exploitdb";
-  version = "2022-03-11";
+  version = "2022-03-15";
 
   src = fetchFromGitHub {
     owner = "offensive-security";
     repo = pname;
     rev = version;
-    sha256 = "sha256-dW4cLm//4wROsizRQ59sqEGPRZ26yIU5I7mdPEYC3YU=";
+    sha256 = "sha256-whV7zg7njGGjUpxsXZiNwVfHgrlop2RLZnCsBWQ+HkY=";
 
   };