exploitdb: 2024-04-04 -> 2024-04-09

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-04-04...2024-04-09
This commit is contained in:
Fabian Affolter 2024-04-09 10:45:32 +02:00
parent f1e4c7a12a
commit fb9b660f90
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-04-04";
version = "2024-04-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qWmHY2CNZBY3kaWaru7jXJuPZOH96+Ea/8pUT0oKHF0=";
hash = "sha256-dNWApfe7Oxpm9SGX4L1lXpM2DUWXtLsg5RF+OkGlWcs=";
};
nativeBuildInputs = [