Merge pull request #138530 from applePrincess/exploitdb-2021-09-18

This commit is contained in:
Sandro 2021-09-19 23:03:57 +02:00 committed by GitHub
commit e75d2427be
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-09-17";
version = "2021-09-18";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-vpRthxgvDK2J9OnhF1AQR3yKxvrETLDM1APas8ZM8W8=";
sha256 = "sha256-Rgm76Za2z2g4FpyyoX//UmcW4vGAjK51GWpJYOF4uV4=";
};
installPhase = ''