Merge pull request #144988 from applePrincess/exploitdb-2021-11-06

exploitdb: 2021-11-05 -> 2021-11-06
This commit is contained in:
Fabian Affolter 2021-11-07 16:55:41 +01:00 committed by GitHub
commit c9acf4782f
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-05";
version = "2021-11-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-G+toeAMnP26Wzs5gPeT+YKJ8uiy/mgFwBGxDY9w0qyM=";
sha256 = "sha256-pyzK6Z62gvuvi8FilNySyp78i4A2SLSFLY8WsSNdFQ0=";
};
nativeBuildInputs = [ makeWrapper ];