exploitdb: 2023-06-22 -> 2023-06-23

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-22...2023-06-23
This commit is contained in:
Fabian Affolter 2023-06-23 08:13:29 +02:00
parent 05a9a6a6f4
commit 2ed1b85cd3

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-22";
version = "2023-06-23";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-l9JM6j0UqMqEKpH4cTM5sqlGwIDFjjCNxOk40mdI2aY=";
hash = "sha256-bTTf4p8FVYnXZxTS8FOtCasMXZVlQl+PQb0RS10WvN0=";
};
nativeBuildInputs = [