Merge pull request #292537 from fabaff/exploitdb-bump

exploitdb: 2024-02-27 -> 2024-03-01
This commit is contained in:
Fabian Affolter 2024-03-01 14:18:11 +01:00 committed by GitHub
commit b83ac93309
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-02-27";
version = "2024-03-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bFCh1kNm7D71PoRoSHdm1qYGGNvYnEb9cLbZerVy5vw=";
hash = "sha256-6kBirGsaDfUgp/NiUa17SE+Cq8dmH9v3uuBooFMnMM0=";
};
nativeBuildInputs = [