Merge pull request #262208 from fabaff/exploitdb-bump

exploitdb: 2023-10-19 -> 2023-10-20
This commit is contained in:
Fabian Affolter 2023-10-20 11:31:52 +02:00 committed by GitHub
commit e4712e89ff
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-10-14";
version = "2023-10-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Hhk7P6mUDxTGeAq1qbtCPV0Npm7ab/F++Q0cL5rJifc=";
hash = "sha256-v9myewSoa0U/1EjmBejHj7M2iL8k8xNpFzi74IN4dS0=";
};
nativeBuildInputs = [