Merge pull request #135035 from fabaff/bump-exploitdb

exploitdb: 2021-08-19 -> 2021-08-21

authored by

Fabian Affolter and committed by
GitHub
00125db0 40dfcf04

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2021-08-19"; 5 + version = "2021-08-21"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-4GUjQ36FXgDZpLkGXSLy1GEx5+SYYumRpRR2Ucqzeuc="; 11 + sha256 = "sha256-3XSk6a8gaCF8X1Plyfyi1Jtfp2sDLgbstv67hvlM3Gk="; 12 12 }; 13 13 14 14 installPhase = ''