exploitdb: 2025-04-12 -> 2025-04-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-04-12...2025-04-14
This commit is contained in:
Fabian Affolter
2025-04-14 22:56:26 +02:00
parent 6773d41626
commit 36284966e7
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-12";
version = "2025-04-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-45i8WrkLL+leDHTSZXStw2X3ZmELyIrFR8UWq6t2IHY=";
hash = "sha256-yoQB2QM9Fg4tKKPeGTM68+Su98mt8znkINNQY9cVUoI=";
};
nativeBuildInputs = [ makeWrapper ];