exploitdb: 2024-11-26 -> 2025-03-20

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-11-26...2025-03-20
This commit is contained in:
Fabian Affolter
2025-03-20 08:15:44 +01:00
parent fd936de928
commit 7aed1ff17e
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-11-26";
version = "2025-03-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-o95B9zqKGlI1zpknw1yXhiaPIos3DoMCQXmSranf83c=";
hash = "sha256-fOzUtl+V029SXky0LzGFJ6yh6Nx5nv9wel5eiaE3l/k=";
};
nativeBuildInputs = [ makeWrapper ];