exploitdb: 2023-05-12 -> 2023-05-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-05-12...2023-05-14
This commit is contained in:
Fabian Affolter
2023-05-15 00:14:34 +02:00
parent e68bb9dc1e
commit 5544f2430f
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-05-12";
version = "2023-05-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-G7ig1MtdAWz8eCxNhGjP1ekSp61aIyncbtAexBoOCXY=";
hash = "sha256-LC/BIyA6dbTut+2tU9D7PS9AfauRIHfdSY0gF2rVOLI=";
};
nativeBuildInputs = [