exploitdb: 2024-07-02 -> 2024-07-05

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-07-02...2024-07-05
This commit is contained in:
Fabian Affolter
2024-07-11 13:12:30 +02:00
parent fb2ff9faeb
commit 6e3246b7dd
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-07-02";
version = "2024-07-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-lgnuUsIbRDtI5/KA9EBJxNfDTel/1+7VjLLMAoB0il0=";
hash = "sha256-+AnEOOzpF3fRb/kCDVO4fE0ZUpakyUCtpW0rXpcVPYY=";
};
nativeBuildInputs = [ makeWrapper ];