exploitdb: 2025-04-10 -> 2025-04-11

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-04-10...2025-04-11
This commit is contained in:
Fabian Affolter
2025-04-12 16:26:21 +02:00
parent 091a2357a8
commit bd43173dfe
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-10";
version = "2025-04-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-vbcFCeQv1ZQX/SI6LAr04L2ncaE8fcI7TATfwCRNcQA=";
hash = "sha256-sR1VHGFsnLmzO7umcJn88jFWU57LlanPuDu708pSBW0=";
};
nativeBuildInputs = [ makeWrapper ];