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

exploitdb: 2021-05-29 -> 2021-06-03
This commit is contained in:
Ryan Mulligan
2021-06-03 21:53:40 -07:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-05-29";
version = "2021-06-03";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-pZoK4cPQ7f2qPC0WiqF1dxwYTh+vQ1hIJ4Rf8R3MwRk=";
sha256 = "sha256-a2x9Hfo39VeaMsio9VbOPe5hr2xLjmAzlSNUWtaXG6A=";
};
installPhase = ''