Merge pull request #168183 from r-ryantm/auto-update/exploitdb

exploitdb: 2022-03-31 -> 2022-04-08
This commit is contained in:
Bobby Rong 2022-04-11 10:52:27 +08:00 committed by GitHub
commit 00aa537209
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 = "2022-03-31";
version = "2022-04-08";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-T7vPDbB330Uv276+oGnEYK1xGpJCMzzZiQXx4uW1kc4=";
sha256 = "sha256-yZ/4ULiNekedF0wUwowq5wcen52NbIsbSzINhKuStzo=";
};
nativeBuildInputs = [ makeWrapper ];