exploitdb: 2025-04-07 -> 2025-04-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-04-07...2025-04-08
This commit is contained in:
Fabian Affolter
2025-04-08 09:47:56 +02:00
parent c8cd81426f
commit 9790e9378e
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-07";
version = "2025-04-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-cuKfuxgHD6aFsYSbcmLSaqz5z1EyOCgjBxsrvJFfuoU=";
hash = "sha256-xo9DhcQyigfAOF/yn46U09YMr8jlbJZp93wwJ4btr6Y=";
};
nativeBuildInputs = [ makeWrapper ];