summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-26 04:18:29 +0100
committerGitHub <noreply@github.com>2021-11-26 04:18:29 +0100
commit02cea625b00fec97ffc5da1a3e992db05b624696 (patch)
tree07fe3a46d3119ae2d800e21938ef3173c865ace8 /pkgs/tools
parent05eb63cfd4d2959fbe193e0684dbfc07ff648f2d (diff)
parent133406d085953796f11b84622f87a949b56730a9 (diff)
downloadnixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar.gz
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar.bz2
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar.lz
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar.xz
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.tar.zst
nixpkgs-02cea625b00fec97ffc5da1a3e992db05b624696.zip
Merge pull request #147447 from applePrincess/exploitdb-2021-11-25
Diffstat (limited to 'pkgs/tools')
-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 aac38ef1b1f..63e4adc291c 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 = "2021-11-24";
+  version = "2021-11-25";
 
   src = fetchFromGitHub {
     owner = "offensive-security";
     repo = pname;
     rev = version;
-    sha256 = "sha256-pe4SQRVE4e6tNy5eF5uthI6AZ8BwaX72EpNxAU0+UmY=";
+    sha256 = "sha256-kvkbWsdWMxDwMehOUoqccrVMzerPV5F6S0cNm6xrX2E";
   };
 
   nativeBuildInputs = [ makeWrapper ];