exploitdb: 2025-06-06 -> 2025-06-10

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-06-06...2025-06-10
This commit is contained in:
Fabian Affolter
2025-06-16 21:26:43 +02:00
parent 5609759ba2
commit f2ebc96992
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-06-06";
version = "2025-06-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-DOzhxZZ66p49tECn0z1lGSNHq3GEpEbayhwsiJ6IGG4=";
hash = "sha256-add3ejm6rtyvzNbXzdLqCL9Ho131FDJ41aHm3L8LmVg=";
};
nativeBuildInputs = [ makeWrapper ];