Merge pull request #142667 from applePrincess/exploitdb-2021-10-23

exploitdb: 2021-10-20 -> 2021-10-23
This commit is contained in:
Fabian Affolter 2021-10-26 17:43:32 +02:00 committed by GitHub
commit 759bd01aea
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-20";
version = "2021-10-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-IHZpfUJA0h1dDkq3pp+x+gT9RSTMq9egHyXGi6ZmBP8=";
sha256 = "sha256-gNvpNs+fYETB3zKMX7pJbMEW79vH6yTX8LxvLHw9X3I=";
};
nativeBuildInputs = [ makeWrapper ];