exploitdb: 2025-07-17 -> 2025-07-23

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-07-17...2025-07-23
This commit is contained in:
Lein Matsumaru
2025-07-25 15:24:08 +00:00
parent e7515332eb
commit e3ab06ae46
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-07-17";
version = "2025-07-23";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-RxK983lsfEHKCG9lG7EBVgpS3XJ3NC0LjsgDF8dVcn8=";
hash = "sha256-wnYqtWtqvy5SsgHSDIzxNpnhXMT4WIVwWh2woW4eLhw=";
};
nativeBuildInputs = [ makeWrapper ];