Merge pull request #157016 from applePrincess/exploitdb-2022-01-26

exploitdb: 2022-01-25 -> 2022-01-26
This commit is contained in:
Fabian Affolter 2022-01-27 18:54:34 +01:00 committed by GitHub
commit f90310a12f
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-25";
version = "2022-01-26";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-kqb5MhdKA6qvIdnTzPNUscksyz2GWaiPJg2JxA1C3p0=";
sha256 = "sha256-5WdAh4YFNLOF8h8f0pN6GHdoyASf/3fN345Mp9b1Cfg=";
};
nativeBuildInputs = [ makeWrapper ];