exploitdb: 2023-05-08 -> 2023-05-10

This commit is contained in:
Lein Matsumaru
2023-05-10 00:56:43 +00:00
parent a0527721cf
commit 198efbbc9e
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-05-08";
version = "2023-05-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MbSPBlepTQXCnPT9Yl/mB3N7HzJj8HwV3+ENOKdfYHo=";
hash = "sha256-09Z4RKLwJGcM11sD5gGBRRJ6ccSJuzDqoPYcr3I4Plg=";
};
nativeBuildInputs = [