Merge pull request #131023 from applePrincess/exploitdb-2021-07-21

exploitdb: 2021-07-20 -> 2021-07-21

authored by

Sandro and committed by
GitHub
a460862e 94675cc7

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2021-07-20"; 5 + version = "2021-07-21"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-WjCayhpWeZ19DygKNLfwE5OGi4sQI+I+j3BMLuce9Z4="; 11 + sha256 = "sha256-VKjbVlSvJmp6GIyQ3DVPMl+ARRWslFIf7Oc2Qtb5ouI="; 12 12 }; 13 13 14 14 installPhase = ''