Merge pull request #142343 from fabaff/bump-exploitdb

exploitdb: 2021-10-16 -> 2021-10-20
conduit-nginx
Fabian Affolter 2021-10-20 22:56:01 +02:00 committed by GitHub
commit 273bcc7a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-10-16";
version = "2021-10-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-kzMMcipE9AKOWka2yAuljwNG/g+8fF2rYehTtxdQY+k=";
sha256 = "sha256-IHZpfUJA0h1dDkq3pp+x+gT9RSTMq9egHyXGi6ZmBP8=";
};
nativeBuildInputs = [ makeWrapper ];