exploitdb: 2023-06-10 -> 2023-06-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-10...2023-06-14
This commit is contained in:
Fabian Affolter 2023-06-14 21:24:06 +02:00
parent 746e3349f8
commit 1de6e195ed

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-10";
version = "2023-06-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DSn7ngNeW0PWQYnh5d1LQ0RO3PoQcplSGUytWX5QTww=";
hash = "sha256-Q78tauUFTUIY5F/GEKvIGOlY93jd5mWVDE1CB7XGibA=";
};
nativeBuildInputs = [