noseyparker: 0.18.1 -> 0.20.0

This commit is contained in:
0x4A6F 2024-10-12 12:01:37 +02:00
parent 69151ff73d
commit f99d1ecba1
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "noseyparker";
version = "0.18.1";
version = "0.20.0";
src = fetchFromGitHub {
owner = "praetorian-inc";
repo = "noseyparker";
rev = "v${version}";
hash = "sha256-IorJWXhS1ZUye1wKPnGb+zx/YgfXhwi3cb/V3zpYaKY=";
hash = "sha256-pFAtyvnqCLTY3l7c47rpN1jHjQon0fTPT3KaV9mcs3Q=";
};
cargoHash = "sha256-xf70RKPZY96oUuifBC0mg5lV0MjGpzR2qDQbNJMSYtM=";
cargoHash = "sha256-t4tZDww6aySlTBq1BB4OGhi9w6fGY2gi7mPM1SR2mt8=";
nativeCheckInputs = [
git
@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
"--skip=github::github_repos_list_user_human_format"
"--skip=github::github_repos_list_user_json_format"
"--skip=github::github_repos_list_user_jsonl_format"
"--skip=github::github_repos_list_user_repo_filter"
"--skip=scan::appmaker::scan_workflow_from_git_url"
];