Merge pull request #231620 from fabaff/exploitdb-bump

exploitdb: 2023-05-10 -> 2023-05-12
This commit is contained in:
Fabian Affolter
2023-05-13 11:56:53 +02:00
committed by GitHub
+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 = [