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

exploitdb: 2021-05-26 -> 2021-05-29
This commit is contained in:
Ryan Mulligan 2021-05-31 11:44:32 -07:00 committed by GitHub
commit 311dfcbc46
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-05-26";
version = "2021-05-29";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-LYCUPIoqgU5IPtUew+orY1e2NfmefZFoWnvsZ9erohE=";
sha256 = "sha256-pZoK4cPQ7f2qPC0WiqF1dxwYTh+vQ1hIJ4Rf8R3MwRk=";
};
installPhase = ''