Merge pull request #157365 from applePrincess/exploitdb-2022-01-29

exploitdb: 2022-01-26 -> 2022-01-29
This commit is contained in:
Fabian Affolter 2022-01-30 11:36:29 +01:00 committed by GitHub
commit e09c5b3061
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 = "2022-01-26";
version = "2022-01-29";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-5WdAh4YFNLOF8h8f0pN6GHdoyASf/3fN345Mp9b1Cfg=";
sha256 = "sha256-yIZFlj8WtKU3STdPXsZ+s3hoq/zBvqA64D6GoyUFXvE=";
};
nativeBuildInputs = [ makeWrapper ];