exploitdb: 2023-10-19 -> 2023-10-20

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-10-19...2023-10-20
This commit is contained in:
Fabian Affolter
2023-10-20 08:57:03 +02:00
parent ae0dbfa15a
commit 6be62e79ae
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-10-19";
version = "2023-10-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-POsrr7TDEwSuEX5KcHu4CtS53DPUpDH2TcWh/ZN0JwQ=";
hash = "sha256-v9myewSoa0U/1EjmBejHj7M2iL8k8xNpFzi74IN4dS0=";
};
nativeBuildInputs = [