Merge pull request #246212 from fabaff/exploitdb-bump

exploitdb: 2023-07-22 -> 2023-07-29
This commit is contained in:
figsoda
2023-07-30 15:52:33 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-07-22";
version = "2023-07-29";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2P5iyWvoWOYmooMogYrcRyIFzBIQuCgB9E+KH6cTTTU=";
hash = "sha256-/e6nemEoaWcx9A4KvweQgsQkNMdPX+PLerKv//vVQPQ=";
};
nativeBuildInputs = [