Merge pull request #225200 from fabaff/exploitdb-bump

exploitdb: 2023-04-06 -> 2023-04-07
This commit is contained in:
Nick Cao 2023-04-08 09:51:51 +08:00 committed by GitHub
commit a35b31b0a2
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-06";
version = "2023-04-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Y+UdrSTmqLLLdUwv6ruAHEfqCCN7Sil8OGmIuVlPfRs=";
hash = "sha256-PcrnqlbhoE9clYCsGX6ttMr92a+2BhuDP8aT6wG9aN0=";
};
nativeBuildInputs = [