Merge pull request #125914 from r-ryantm/auto-update/exploitdb

exploitdb: 2021-06-03 -> 2021-06-05

authored by Ryan Mulligan and committed by GitHub 6d1934ae aa24e645

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2021-06-03"; 5 + version = "2021-06-05"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-a2x9Hfo39VeaMsio9VbOPe5hr2xLjmAzlSNUWtaXG6A="; 11 + sha256 = "sha256-91BJ0rgR9pP4rlLz38Tug0Cd5s7WajgdxA7Dtm4Pre0="; 12 12 }; 13 13 14 14 installPhase = ''