exploitdb: 2024-03-21 -> 2024-03-23

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-21...2024-03-23
This commit is contained in:
Fabian Affolter 2024-03-23 17:46:13 +01:00
parent cea28445e0
commit b384798793
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-21";
version = "2024-03-23";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vacIdG4+9AiwtcikE5Xqf8L+TqExmrh6w7ZSGtnNe/c=";
hash = "sha256-2Z6HY2Pz7PKh0iBXaplxj7il0Ekzqsbq57l0/Pk03+s=";
};
nativeBuildInputs = [