Merge pull request #177265 from applePrincess/exploitdb-2022-06-11

exploitdb: 2022-06-04 -> 2022-06-11
This commit is contained in:
Fabian Affolter 2022-06-11 18:47:05 +02:00 committed by GitHub
commit ad924c6e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-06-04";
version = "2022-06-11";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FJg87YWGKZxGgwr14Z+FAIWzgiZR63sFBn4+CpMyQUs=";
hash = "sha256-nquqOmQYuEcvHYTkf+90kyAfVkVdZ0Z2I67+R5hmn1o=";
};
nativeBuildInputs = [