exploitdb: 2022-11-12 -> 2022-11-22

This commit is contained in:
Lein Matsumaru 2022-11-23 10:18:25 +00:00
parent 289a3c8c37
commit 1297203f6f
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 = "2022-11-12"; version = "2022-11-22";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-0k9q+xwzIdmhVe5zL1qoE6QzzGV3gm6RL97c7zi3Rg8="; hash = "sha256-G871FvwekcF5uMq7NRoWuIb9UqzIbMniboKlUzgCaeI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [