exploitdb: 2024-08-24 -> 2024-08-29

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-08-24...2024-08-29
This commit is contained in:
Fabian Affolter
2024-08-29 09:38:43 +02:00
parent 4a5700956e
commit ce6d72a45e
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-08-24";
version = "2024-08-29";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-Ga80kO/60pbjdoBirgNXJECpx6ylDyd5d/5gHUZ5ong=";
hash = "sha256-QZO7wJiqVVt9vpocC2X4Vrj8s02kh/E3j96JKbYoJJo=";
};
nativeBuildInputs = [ makeWrapper ];