Merge pull request #238798 from fabaff/exploitdb-bump

exploitdb: 2023-06-16 -> 2023-06-20
This commit is contained in:
figsoda 2023-06-20 20:32:39 -04:00 committed by GitHub
commit 977475cdf1
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-06-16";
version = "2023-06-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NUeBcC4S8Iw5NLd/0lCVWtbh8RF+1jN91Qz8DMiARwE=";
hash = "sha256-rtxgUnmNAZDnyczucpRB0ItyM5lk0us33I/ejYTDn4U=";
};
nativeBuildInputs = [