exploitdb: 2023-05-10 -> 2023-05-12

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-05-10...2023-05-12
This commit is contained in:
Fabian Affolter
2023-05-13 09:19:33 +02:00
parent 88df469783
commit 57525dc485
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-05-10";
version = "2023-05-12";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-09Z4RKLwJGcM11sD5gGBRRJ6ccSJuzDqoPYcr3I4Plg=";
hash = "sha256-G7ig1MtdAWz8eCxNhGjP1ekSp61aIyncbtAexBoOCXY=";
};
nativeBuildInputs = [