Merge pull request #147447 from applePrincess/exploitdb-2021-11-25

This commit is contained in:
Sandro 2021-11-26 04:18:29 +01:00 committed by GitHub
commit 02cea625b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-11-24";
version = "2021-11-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-pe4SQRVE4e6tNy5eF5uthI6AZ8BwaX72EpNxAU0+UmY=";
sha256 = "sha256-kvkbWsdWMxDwMehOUoqccrVMzerPV5F6S0cNm6xrX2E";
};
nativeBuildInputs = [ makeWrapper ];