exploitdb: 2024-08-29 -> 2024-10-02

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-08-29...2024-10-02
This commit is contained in:
Fabian Affolter 2024-10-02 17:43:34 +02:00
parent 4aa5816cac
commit a8fd21134b

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-08-29";
version = "2024-10-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-QZO7wJiqVVt9vpocC2X4Vrj8s02kh/E3j96JKbYoJJo=";
hash = "sha256-uNFBMZ6pk/xT6OZMb8EKax141lc+uumQl3xbihFMYAI=";
};
nativeBuildInputs = [ makeWrapper ];