Merge pull request #293457 from fabaff/exploitdb-bump

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