exploitdb: 2025-08-04 -> 2025-08-05

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-08-04...2025-08-05
This commit is contained in:
Lein Matsumaru
2025-08-08 02:00:02 +00:00
parent 53befe95a9
commit d46582a0f3
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-08-04";
version = "2025-08-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-vCKg0m59mBXArL9YI5/zNAJcHngLy5O+ji2zgBzGlPQ=";
hash = "sha256-a6TyxsYzA1YqRrCGhKRlnPrtGxdJ8HcvbJWCiNESuaw=";
};
nativeBuildInputs = [ makeWrapper ];