summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-07-17 14:13:26 +0100
committerGitHub <noreply@github.com>2021-07-17 14:13:26 +0100
commit644ffbd7b82185d466da1bc8a13202cdb2acb57c (patch)
tree0e16228f50cae73fc18752b890e730de3edf8498
parenteb1db030e934ed1c6a59e1dd575a6b7b29c5c1a1 (diff)
parentd268ae1f94bce0e22da5f811963a36f9b88de413 (diff)
downloadnixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar.gz
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar.bz2
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar.lz
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar.xz
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.tar.zst
nixpkgs-644ffbd7b82185d466da1bc8a13202cdb2acb57c.zip
Merge pull request #130444 from applePrincess/exploitdb-2021-07-17
exploitdb: update 2021-07-15 -> 2021-07-17
-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 8a482430855..ba4844d9ed1 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-07-15";
+  version = "2021-07-17";
 
   src = fetchFromGitHub {
     owner = "offensive-security";
     repo = pname;
     rev = version;
-    sha256 = "sha256-WqLKdvJh22j9lwoO1iFIhjPCReeR4TQ91zqkVV/PN14=";
+    sha256 = "sha256-33Jv6sGJDguXOn2iiq3KpEPe4+LexDwwcY6P8AWbpVg=";
   };
 
   installPhase = ''