Merge pull request #174741 from applePrincess/exploitdb-2022-05-26

exploitdb: 2022-05-18 -> 2022-05-26

authored by Fabian Affolter and committed by GitHub a701e4ad de21e357

+2 -2
+2 -2
pkgs/tools/security/exploitdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exploitdb"; 5 - version = "2022-05-18"; 5 + version = "2022-05-26"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "offensive-security"; 9 9 repo = pname; 10 10 rev = "refs/tags/${version}"; 11 - sha256 = "sha256-E2QPeSlsJCRhnwgxr1NerLkSFbLLaTSLl8oeYsHQM+U="; 11 + sha256 = "sha256-yLbPgU8BAAcXZtG4fIo6oVtD1tRBlGgNeFglyGJ8Uhk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];