Merge pull request #141941 from applePrincess/exploitdb-2021-10-16

exploitdb: 2021-10-15 -> 2021-10-16
This commit is contained in:
Fabian Affolter 2021-10-17 09:20:51 +02:00 committed by GitHub
commit 396964856f
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-10-15";
version = "2021-10-16";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-7bQoBYPfePhanh7SCZ6MO/eWtyD8cfWaYjc9AWOT2rc=";
sha256 = "sha256-kzMMcipE9AKOWka2yAuljwNG/g+8fF2rYehTtxdQY+k=";
};
nativeBuildInputs = [ makeWrapper ];