Merge pull request #192911 from fabaff/exploitdb-bump

exploitdb: 2022-09-22 -> 2022-09-24
This commit is contained in:
Fabian Affolter 2022-09-25 20:38:15 +02:00 committed by GitHub
commit 0204fe379d
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 = "2022-09-22";
version = "2022-09-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AG9CgZbh0JN5fhLOV055YrnFbllLEAG5fYXYoLA0sxM=";
hash = "sha256-QroDg06vAyeFeA2Gy0iFJ5bc277EkMV1Xz92c+xrUF0=";
};
nativeBuildInputs = [