Merge pull request #316469 from fabaff/exploitdb-bump

exploitdb: 2024-05-20 -> 2024-06-01
This commit is contained in:
Fabian Affolter 2024-06-02 08:50:21 +02:00 committed by GitHub
commit 8accd7ec30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-05-20";
version = "2024-06-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-Cizs0dUP0wuwo3jYaL73gXUdxsMEBH91DgdQD6GbHrc=";
hash = "sha256-rXGkr+yzXqptATGW/1d8gMqmxt4hsvwrURpMe1BZppg=";
};
nativeBuildInputs = [ makeWrapper ];