exploitdb: 2026-08-18 -> 2026-08-19

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-08-18...2026-08-19
This commit is contained in:
Fabian Affolter
2026-08-19 20:53:10 +02:00
parent 8f439c8520
commit 8bd02572ef

View File

@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-08-18";
version = "2026-08-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-gXSm82ez4WmWfe5nT9f7rlM2z0M5n5APotIzpNzq/BY=";
hash = "sha256-++sdxROs9U8X70vNzD/j2BscxbznJP0IJxskCuyipOQ=";
};
nativeBuildInputs = [ makeWrapper ];