2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 17:58:03 +00:00

exploitdb: 2023-08-12 -> 2023-08-20

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-12...2023-08-20
This commit is contained in:
Fabian Affolter 2023-08-20 12:31:08 +02:00
parent 52d8a64da6
commit d54f5411e1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-12";
version = "2023-08-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-614RJCI3/7xV5CaeiJqH0G3Kxk3orSN+xePHgHZY4GM=";
hash = "sha256-Od8iMbHxmQKyP02piWDkeUfIhkwZLFsm6lpSTztCjmA=";
};
nativeBuildInputs = [