summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-07-27 12:37:26 +0200
committerGitHub <noreply@github.com>2021-07-27 12:37:26 +0200
commitd0b7c6d8b6341400dc5db53fc13fd24a200c9f46 (patch)
tree7f179eb52bd9423e76998983af8c28c1266ab2cf /pkgs
parent43e463ba9571008b29292b998ce8e841b99dc558 (diff)
parentcf0e7d1d47fd0bd4a96f3ccecbca572da34d7bb7 (diff)
downloadnixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar.gz
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar.bz2
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar.lz
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar.xz
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.tar.zst
nixpkgs-d0b7c6d8b6341400dc5db53fc13fd24a200c9f46.zip
Merge pull request #131662 from fabaff/bump-exploitdb
exploitdb: 2021-07-24 -> 2021-07-27
Diffstat (limited to 'pkgs')
-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 ccb93c95f89..5cd7f4f63bf 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-24";
+  version = "2021-07-27";
 
   src = fetchFromGitHub {
     owner = "offensive-security";
     repo = pname;
     rev = version;
-    sha256 = "sha256-UMajZExQjrbXon/tNYt+xp9LM7QRVXefGHDYuu949AQ=";
+    sha256 = "077y7rzvmv0kzwrhm592fsjd2lv839b5wzf59vq9cd3j313bdaab";
   };
 
   installPhase = ''