Merge pull request #264952 from fabaff/exploitdb-bump1

exploitdb: 2023-11-01 -> 2023-11-02
This commit is contained in:
Fabian Affolter 2023-11-02 09:01:50 +01:00 committed by GitHub
commit 52a0fb6fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [