exploitdb: 2024-05-05 -> 2024-05-09

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-05-05...2024-05-09
This commit is contained in:
Fabian Affolter
2024-05-09 17:52:46 +02:00
parent 8e9fc10221
commit 0b34fea5b8
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-05-05";
version = "2024-05-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-z982UAu9mmF4NsM4XJYOFdqOblFUg+MeJnlic86AcI0=";
hash = "sha256-k0rBx2rVJoDB2AEfcyQEmanoWgiu1Q7fRDL2xqMfn3Q=";
};
nativeBuildInputs = [ makeWrapper ];