Merge pull request #150737 from applePrincess/exploitdb-2021-12-14

exploitdb: 2021-12-11 -> 2021-12-14
This commit is contained in:
Fabian Affolter 2021-12-14 20:36:37 +01:00 committed by GitHub
commit dc6a5c46c0
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-12-11";
version = "2021-12-14";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-S0PlUSSVBI5OpEsd0BoDINdX+gpsP1GMs4uH6xvrs0I=";
sha256 = "sha256-Ojgd2B475+Zr7CODtgg7rJZ6bPT3ZYddSQhditI9HhU=";
};
nativeBuildInputs = [ makeWrapper ];