Merge pull request #147273 from applePrincess/exploitdb-2021-11-24

exploitdb: 2021-11-23 -> 2021-11-24
This commit is contained in:
Jörg Thalheim 2021-11-24 18:35:54 +00:00 committed by GitHub
commit 6e51eed2c5
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-23";
version = "2021-11-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-mYElt+KdeyRxr0Ef++/o47IWhPXBFmRIHbnw1UNXfr4=";
sha256 = "sha256-pe4SQRVE4e6tNy5eF5uthI6AZ8BwaX72EpNxAU0+UmY=";
};
nativeBuildInputs = [ makeWrapper ];