We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b12bfe commit 95b5381Copy full SHA for 95b5381
1 file changed
pkgs/tools/security/exploitdb/default.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
pname = "exploitdb";
9
- version = "2023-03-06";
+ version = "2023-03-08";
10
11
src = fetchFromGitLab {
12
owner = "exploit-database";
13
repo = pname;
14
rev = "refs/tags/${version}";
15
- hash = "sha256-5ieCbYpQqL7+wYDJzGrnH8KWNOGvSQWkhUcIkXOhVo0=";
+ hash = "sha256-pUFgjdVEtvIJu1BBLQRwtL3IqJYZ6iZ8MttfWhscg20=";
16
};
17
18
nativeBuildInputs = [
0 commit comments