exploitdb: 2021-09-17 -> 2021-09-18

This commit is contained in:
Lein Matsumaru 2021-09-19 13:46:56 +00:00
parent ca67994224
commit 7e399b70a7
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-09-17";
version = "2021-09-18";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-vpRthxgvDK2J9OnhF1AQR3yKxvrETLDM1APas8ZM8W8=";
sha256 = "sha256-Rgm76Za2z2g4FpyyoX//UmcW4vGAjK51GWpJYOF4uV4=";
};
installPhase = ''