exploitdb: 2023-03-14 -> 2023-03-15

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-03-14...2023-03-15
This commit is contained in:
Fabian Affolter 2023-03-15 09:42:06 +01:00
parent 449af59187
commit f0b6bd8526

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2023-03-14"; version = "2023-03-15";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-AGb2D/XQerpg0RbzotCOzhyL5ePNtUFzsGuqbBmIPLU="; hash = "sha256-qP14hkYO8gXD9C3B6uhBnYDx3YZMbbvtzHOSKFtFSmA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [