exploitdb: 2023-05-06 -> 2023-05-08

This commit is contained in:
Lein Matsumaru 2023-05-08 02:34:07 +00:00
parent 884ffbd847
commit 4148410a8d
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2023-05-06"; version = "2023-05-08";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-Aib0RmWZOYxd8lI6u7tPcM7FTreCrWxaYYZlbOF3a78="; hash = "sha256-MbSPBlepTQXCnPT9Yl/mB3N7HzJj8HwV3+ENOKdfYHo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [