lol

Merge pull request #135562 from fabaff/bump-exploitdb

exploitdb: 2021-08-21 -> 2021-08-24

authored by

Fabian Affolter and committed by
GitHub
50320980 ad2400e8

+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-21"; 5 + version = "2021-08-24"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-3XSk6a8gaCF8X1Plyfyi1Jtfp2sDLgbstv67hvlM3Gk="; 11 + sha256 = "sha256-+tmSnPICX8CoD7YBsph2k0AfEg/IhCyYMHkXyVTYaIQ="; 12 12 }; 13 13 14 14 installPhase = ''