Merge pull request #241845 from fabaff/exploitdb-bump

exploitdb: 2023-07-04 -> 2023-07-05
This commit is contained in:
Nick Cao 2023-07-06 21:05:16 +08:00 committed by GitHub
commit 693a70fb9f
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-07-04";
version = "2023-07-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-a6ELQlfer7kmeWxjiuAelT2TcmwXoAD3s/x3f1JsRlQ=";
hash = "sha256-YJ7RR4PMa87Fw8dtRK4t+rDI1uyLfW8vQ/Rp1gr/Qw0=";
};
nativeBuildInputs = [