Merge pull request #161669 from applePrincess/exploitdb-2022-02-24

exploitdb: 2022-02-23 -> 2022-02-24
This commit is contained in:
Fabian Affolter 2022-02-25 11:16:18 +01:00 committed by GitHub
commit 67595800c8
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-23";
version = "2022-02-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-5jxcx16CS35U8MVWR8Ea4hUTweQfsLSceVaQN5T5XiU=";
sha256 = "sha256-aRhprR8UyPh7bok5ONy0I1YvK94c+yXvmCye2QlBU9A=";
};
nativeBuildInputs = [ makeWrapper ];