Merge pull request #161938 from applePrincess/exploitdb-2022-02-25

exploitdb: 2022-02-24 -> 2022-02-25
This commit is contained in:
Fabian Affolter 2022-02-26 09:36:43 +01:00 committed by GitHub
commit 9d1387aad4
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-02-24";
version = "2022-02-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-aRhprR8UyPh7bok5ONy0I1YvK94c+yXvmCye2QlBU9A=";
sha256 = "sha256-KGUDtJxmx5/F77McUK/9ecHLPKblm97n2yl7ntyTzvQ=";
};
nativeBuildInputs = [ makeWrapper ];