Merge pull request #142667 from applePrincess/exploitdb-2021-10-23

exploitdb: 2021-10-20 -> 2021-10-23

authored by Fabian Affolter and committed by GitHub 759bd01a 2558d8e6

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2021-10-20"; 5 + version = "2021-10-23"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-IHZpfUJA0h1dDkq3pp+x+gT9RSTMq9egHyXGi6ZmBP8="; 11 + sha256 = "sha256-gNvpNs+fYETB3zKMX7pJbMEW79vH6yTX8LxvLHw9X3I="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];