exploitdb: 2023-03-10 -> 2023-03-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-03-10...2023-03-14
This commit is contained in:
Fabian Affolter
2023-03-15 09:41:07 +01:00
parent ec58c18d84
commit 449af59187
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-10";
version = "2023-03-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-H7zPCPOQZgsujdic8o7/+OjLm7iP9PRFlpO0lH6YhwM=";
hash = "sha256-AGb2D/XQerpg0RbzotCOzhyL5ePNtUFzsGuqbBmIPLU=";
};
nativeBuildInputs = [