Merge pull request #189553 from fabaff/exploitdb-bump

exploitdb: 2022-08-10 -> 2022-09-02
This commit is contained in:
Mario Rodas
2022-09-03 18:11:16 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-08-10";
version = "2022-09-02";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t+y28QDeu0tIUidPjSqSPcmOzfaH6SnreuiEBDtKzP0=";
hash = "sha256-gZdoaY3wm45DhM2jlKneOzMupmKsPbeOzHIBhmgDeV0=";
};
nativeBuildInputs = [