exploitdb: 2023-03-15 -> 2023-03-17

This commit is contained in:
Fabian Affolter 2023-03-18 11:11:57 +01:00
parent 1ec2a95c67
commit 4bee225605

View File

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