about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-24 22:26:20 -0400
committerGitHub <noreply@github.com>2023-05-24 22:26:20 -0400
commitfe6d6bbe68d15b56ea03d2837cbfa67b3cdf8982 (patch)
treeb992096aae02a4e1de5e041b9e81935dccd13fde /pkgs
parent8dd2bd3f76597da5f56112b0484366dc89fca339 (diff)
parent63e50eb51117dca9fd8f0fcb7dde6d48e47bf8fb (diff)
Merge pull request #233905 from applePrincess/exploitdb-bump
exploitdb: 2023-05-24 -> 2023-05-25
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 52f582c2849fd..46b2f34a4d6b4 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-05-24";
+  version = "2023-05-25";
 
   src = fetchFromGitLab {
     owner = "exploit-database";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-v86QCe6kM5L83z7V0Rf7uzSSXPJxVTY0IPdg5Qzzkfg=";
+    hash = "sha256-W2+54iIg2msExr9SxR8EEnsF0a0nfAgHfXI0wZN8lIw=";
   };
 
   nativeBuildInputs = [