exploitdb: 2023-11-02 -> 2023-11-03

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-02...2023-11-03
This commit is contained in:
Fabian Affolter 2023-11-03 09:09:16 +01:00
parent 9ac60d31c0
commit 56413652b7

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-02";
version = "2023-11-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7j2HIYEYs1OcB919S3lLGYNsJzbkE3jIqq2MNCHG3lY=";
hash = "sha256-Ent0FQI2ZCmgQA98bZxGjKW12fj/0yicZ/UFUgfT0yw=";
};
nativeBuildInputs = [