Merge pull request #130444 from applePrincess/exploitdb-2021-07-17

exploitdb: update 2021-07-15 -> 2021-07-17
This commit is contained in:
Jörg Thalheim
2021-07-17 14:13:26 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-07-15";
version = "2021-07-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-WqLKdvJh22j9lwoO1iFIhjPCReeR4TQ91zqkVV/PN14=";
sha256 = "sha256-33Jv6sGJDguXOn2iiq3KpEPe4+LexDwwcY6P8AWbpVg=";
};
installPhase = ''