exploitdb: 2025-06-21 -> 2025-06-27

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-06-21...2025-06-27
This commit is contained in:
Lein Matsumaru
2025-06-27 08:55:46 +00:00
parent fe4fd46472
commit 543a9c5ffb
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-06-21";
version = "2025-06-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-6mXku+SW6xmSYxd40Ilis8H/2Ozm6eUecLQHy1xeKtM=";
hash = "sha256-Gm3SRdt6a3hSe64iP7j+5HQ5bGZ6s3eKvxFlCkQWZHo=";
};
nativeBuildInputs = [ makeWrapper ];