Merge pull request #225757 from applePrincess/exploitdb-bump

exploitdb: 2023-04-09 -> 2023-04-11
This commit is contained in:
Nick Cao 2023-04-12 09:23:00 +08:00 committed by GitHub
commit 01c1113d70
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-04-09";
version = "2023-04-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4eUDdtKUAHN18IoaODHGaxgcB44o3VoUvIYYka+V1qo=";
hash = "sha256-LGC8AK6e0zhl7jOTSirwv7ZSfVveqNRhM/+afcMmnHU=";
};
nativeBuildInputs = [