Merge pull request #137837 from applePrincess/exploitdb-2021-09-14

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