exploitdb: 2023-03-26 -> 2023-03-28

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-03-26...2023-03-28
This commit is contained in:
Fabian Affolter 2023-03-28 08:50:22 +02:00
parent aaf72a02ae
commit 4d862ad620

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-26";
version = "2023-03-28";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oUoQNjg14rAs8BAxTOLtYHw9iTwEAsLymObog+GrQw8=";
hash = "sha256-aduDgEj07Gy+P6xDa8DUT31ZHEWXHlzspi7ZY2wCl9A=";
};
nativeBuildInputs = [