exploitdb: 2024-03-09 -> 2024-03-11

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-09...2024-03-11
This commit is contained in:
Fabian Affolter 2024-03-11 21:52:35 +01:00
parent 48dbdff7aa
commit 41f14cfd34

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-09";
version = "2024-03-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IkCswvoCEqlTckXILYToXpIJpHM7MIcVK1MySAJK63A=";
hash = "sha256-tL/ff2XZdGM8lfpfw8tSr2HTOVZCEAWNOdjV/mnZNtQ=";
};
nativeBuildInputs = [