about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-21 21:45:02 +0100
committerGitHub <noreply@github.com>2023-11-21 21:45:02 +0100
commite19bffc6cf6ceeed7966c1bfae0948a312841c5f (patch)
tree689b703e171e8981e97bccafdffd24b842221a7a /pkgs/tools/security
parentc5ebc075b38a7f2e492c0881622d7ec28956ce5e (diff)
parent3bb0c1e6cfdb0cb0076d63f9253b8f7c136481d8 (diff)
downloadnixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar.gz
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar.bz2
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar.lz
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar.xz
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.tar.zst
nixlib-e19bffc6cf6ceeed7966c1bfae0948a312841c5f.zip
Merge pull request #268965 from fabaff/exploitdb-bump
exploitdb: 2023-11-18 -> 2023-11-21
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 6bb2a5a0e6b7..f25a2b4c5b70 100644
--- a/pkgs/tools/security/exploitdb/default.nix
+++ b/pkgs/tools/security/exploitdb/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "exploitdb";
-  version = "2023-11-18";
+  version = "2023-11-21";
 
   src = fetchFromGitLab {
     owner = "exploit-database";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-7W7HwHvRfm+nRms4H4TgB1la5OhGHv5lRHwbvjwRTMw=";
+    hash = "sha256-kRw9djRYFC88EG3bf+sY0ERUBEnqUvXudatG1nuHREg=";
   };
 
   nativeBuildInputs = [