Merge pull request #230982 from applePrincess/exploitdb-bump

exploitdb: 2023-05-08 -> 2023-05-10
This commit is contained in:
Jörg Thalheim 2023-05-10 07:48:00 +01:00 committed by GitHub
commit 96eb547ec7
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-05-08";
version = "2023-05-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MbSPBlepTQXCnPT9Yl/mB3N7HzJj8HwV3+ENOKdfYHo=";
hash = "sha256-09Z4RKLwJGcM11sD5gGBRRJ6ccSJuzDqoPYcr3I4Plg=";
};
nativeBuildInputs = [