exploitdb: 2021-08-03 -> 2021-08-04

This commit is contained in:
Lein Matsumaru 2021-08-04 09:57:57 +00:00
parent f09a770d9c
commit 7012fe15b1
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-08-03";
version = "2021-08-04";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-cgd4J6d493uQRo079eq7CjjmhofPeuafS0mWAjVfOck=";
sha256 = "sha256-DJg/pBTK2abo3eemt8XI4ecy7sZ8iH/qrJgUqrDNjjQ=";
};
installPhase = ''