Merge pull request #146230 from applePrincess/exploitdb-2021-11-16

exploitdb: 2021-11-13 -> 2021-11-16
This commit is contained in:
Fabian Affolter 2021-11-16 12:46:30 +01:00 committed by GitHub
commit f8e1e18b12
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-11-13";
version = "2021-11-16";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-0/ZKki+QJpBL+K3zQ0H5d5cfan+pKEYHwr6y4U+FKzM=";
sha256 = "sha256-xsTmZdEee/lrRYPemny7lUy13xXVVDrb7w1NBnkzmJM=";
};
nativeBuildInputs = [ makeWrapper ];