Merge pull request #147612 from applePrincess/exploitdb-2021-11-27

exploitdb: 2021-11-25 -> 2021-11-27
This commit is contained in:
Thiago Kenji Okada 2021-11-28 11:29:34 -03:00 committed by GitHub
commit cce65b28f9
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-25";
version = "2021-11-27";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-kvkbWsdWMxDwMehOUoqccrVMzerPV5F6S0cNm6xrX2E";
sha256 = "sha256-gELHYX1gaNtQtDIyIa3cJOWilf02PknlSyMI4a7pOX4=";
};
nativeBuildInputs = [ makeWrapper ];