exploitdb: 2023-03-08 -> 2023-03-09

This commit is contained in:
Fabian Affolter 2023-03-09 09:00:41 +01:00
parent d95021fe3f
commit 9984b263bf

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2023-03-08"; version = "2023-03-09";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-pUFgjdVEtvIJu1BBLQRwtL3IqJYZ6iZ8MttfWhscg20="; hash = "sha256-GOO8IQUWfgqD8pjynfIz4McAqr/F1JF0uN6aeOOqQyA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [