Merge pull request #195110 from fabaff/exploitdb-bump

exploitdb: 2022-09-24 -> 2022-10-07
This commit is contained in:
Mario Rodas
2022-10-08 17:32:29 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-09-24";
version = "2022-10-07";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QroDg06vAyeFeA2Gy0iFJ5bc277EkMV1Xz92c+xrUF0=";
hash = "sha256-gO2NCQSmaJA6Bg6LKBc0qVi147KzGp2MtXizpM0v1yQ=";
};
nativeBuildInputs = [