Merge pull request #263727 from fabaff/exploitdb-bump

exploitdb: 2023-10-24 -> 2023-10-26
This commit is contained in:
Nick Cao 2023-10-27 08:58:34 -04:00 committed by GitHub
commit 237ec029e4
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-24";
version = "2023-10-26";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-F3UPg7wBpm1iK2hZ9YOC4bRsvGHn7j4U5y4w7qpF+tM=";
hash = "sha256-P+T3TM2MeHaN+ApgOMEFmyWv+AzQshVUfhbI+n/vozs=";
};
nativeBuildInputs = [