exploitdb: 2023-04-24 -> 2023-04-25

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-24...2023-04-25
This commit is contained in:
Fabian Affolter 2023-04-25 11:52:03 +02:00
parent 5f211aa025
commit a33e936aa6

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-24";
version = "2023-04-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RJYyFHTt7Cm6N+ZTD7D6GW/gKhwPhOMriV2+/lFWN10=";
hash = "sha256-TadZ7lDknEKmp8GQIIVCpGq7YkU0MPjXTFSc+D7cZJo=";
};
nativeBuildInputs = [