Merge pull request #297103 from fabaff/exploitdb-bump

exploitdb: 2024-03-17 -> 2024-03-19
This commit is contained in:
Fabian Affolter 2024-03-19 08:05:56 +01:00 committed by GitHub
commit 1e5fe74bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-17";
version = "2024-03-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Vqdi7/jr+Di20y1HoFbXnl2riZfadgsRmzpSryW03M0=";
hash = "sha256-VfaUm1d/Hpqo3TfS3gssr0YRPHqxXewZzH52/nSLHXU=";
};
nativeBuildInputs = [