exploitdb: 2022-10-07 -> 2022-10-18

authored by R. Ryantm and committed by Bobby Rong c352669d 1d266f76

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 6 7 stdenv.mkDerivation rec { 8 pname = "exploitdb"; 9 - version = "2022-10-07"; 10 11 src = fetchFromGitHub { 12 owner = "offensive-security"; 13 repo = pname; 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-gO2NCQSmaJA6Bg6LKBc0qVi147KzGp2MtXizpM0v1yQ="; 16 }; 17 18 nativeBuildInputs = [
··· 6 7 stdenv.mkDerivation rec { 8 pname = "exploitdb"; 9 + version = "2022-10-18"; 10 11 src = fetchFromGitHub { 12 owner = "offensive-security"; 13 repo = pname; 14 rev = "refs/tags/${version}"; 15 + hash = "sha256-qyRAwy4rGaV7fiU0gwvnf6yT4ZAAXYTtZubh+GtsJU8="; 16 }; 17 18 nativeBuildInputs = [