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