Merge pull request #228661 from fabaff/exploitdb-bump

exploitdb: 2023-04-26 -> 2023-04-28
This commit is contained in:
Nick Cao 2023-04-28 17:51:32 +08:00 committed by GitHub
commit 36a62cd5af
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-26";
version = "2023-04-28";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FewjLaCJbZKEZd+bCtpeyRahR3Yc/mn8pixYHHaUQrQ=";
hash = "sha256-1AF7TtPcciUX2RmxFsytzTMd22GfCH6Ccu+elcidgPw=";
};
nativeBuildInputs = [