Merge pull request #138530 from applePrincess/exploitdb-2021-09-18

authored by Sandro and committed by GitHub e75d2427 a4685df8

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2021-09-17"; 5 + version = "2021-09-18"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-vpRthxgvDK2J9OnhF1AQR3yKxvrETLDM1APas8ZM8W8="; 11 + sha256 = "sha256-Rgm76Za2z2g4FpyyoX//UmcW4vGAjK51GWpJYOF4uV4="; 12 12 }; 13 13 14 14 installPhase = ''