Merge pull request #150737 from applePrincess/exploitdb-2021-12-14

exploitdb: 2021-12-11 -> 2021-12-14

authored by Fabian Affolter and committed by GitHub dc6a5c46 da40cccf

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