exploitdb: 2025-06-14 -> 2025-06-21

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-06-14...2025-06-21
This commit is contained in:
Fabian Affolter
2025-06-21 15:48:54 +02:00
parent 74c2aa546b
commit 4ad1d5e5ac
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-06-14";
version = "2025-06-21";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-znJZK7EhLFg2ImxWqEfvt7Em+M8lAly+oPzrmaGznRU=";
hash = "sha256-6mXku+SW6xmSYxd40Ilis8H/2Ozm6eUecLQHy1xeKtM=";
};
nativeBuildInputs = [ makeWrapper ];