exploitdb: 2021-08-04 -> 2021-08-05

This commit is contained in:
Lein Matsumaru
2021-08-05 11:04:39 +00:00
parent a68f93b615
commit 07a2a42e4e
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-08-04";
version = "2021-08-05";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-DJg/pBTK2abo3eemt8XI4ecy7sZ8iH/qrJgUqrDNjjQ=";
sha256 = "sha256-on70ulr8B883Ty7ctmB9d8bLhK+83Qo2UqwIIrA7fkE=";
};
installPhase = ''