exploitdb: 2023-11-01 -> 2023-11-02

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-01...2023-11-02
This commit is contained in:
Fabian Affolter 2023-11-02 07:45:15 +01:00
parent 12f927d4e6
commit f14cc03135

View File

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