Merge pull request #185104 from fabaff/exploitdb-bump

exploitdb: 2022-08-02 -> 2022-08-04
This commit is contained in:
Bobby Rong 2022-08-04 19:47:34 +08:00 committed by GitHub
commit 5a6c551a2b
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-08-02";
version = "2022-08-04";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7wXM4xYuhxdjLvqVeXBnJEr1Pqj28p7YQ1jRbGbOAOA=";
hash = "sha256-WOlOIQSv0dGSbrzpvvzH30hKXVLCAM1R5U4L3zt53MQ=";
};
nativeBuildInputs = [