Merge pull request #286687 from fabaff/exploitdb-bump

exploitdb: 2024-02-03 -> 2024-02-06
This commit is contained in:
Nick Cao 2024-02-06 09:48:00 -05:00 committed by GitHub
commit 9ada4efbc6
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-03";
version = "2024-02-06";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TS7VyKw3hGT06ARLfyw6P/KnApPkl8+oHv15k5Imi6U=";
hash = "sha256-2PYRGW5NJ4H4bZyKH0o+t7ek/Jz40AfzY5L3rEWaKAc=";
};
nativeBuildInputs = [