Merge pull request #138232 from applePrincess/exploitdb-2021-09-17

exploitdb: 2021-09-14 -> 2021-09-17
This commit is contained in:
Fabian Affolter
2021-09-17 09:13:48 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-09-14";
version = "2021-09-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-6VTJzR0kdQEFLW0aG3iZGthJF9nYd7NIkzSNhHpgF44=";
sha256 = "sha256-vpRthxgvDK2J9OnhF1AQR3yKxvrETLDM1APas8ZM8W8=";
};
installPhase = ''