Merge pull request #224085 from applePrincess/exploitdb-bump

exploitdb: 2023-03-30 -> 2023-03-31
This commit is contained in:
Mario Rodas 2023-03-31 22:05:52 -05:00 committed by GitHub
commit 732c4f090d
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-03-30";
version = "2023-03-31";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uaVuWU56EC+UdVR5GbKeUMVuxhsg5tDsXBXxaLtdG+w=";
hash = "sha256-Xqhmkdl4f29a+ev/Dc7b/GW1PyU8oAc64dibYnhts88=";
};
nativeBuildInputs = [