Merge pull request #225917 from figsoda/cargo-deny

cargo-deny: 0.13.8 -> 0.13.9
This commit is contained in:
Nick Cao 2023-04-13 09:18:02 +08:00 committed by GitHub
commit 140e7dd058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-deny";
version = "0.13.8";
version = "0.13.9";
src = fetchFromGitHub {
owner = "EmbarkStudios";
repo = pname;
rev = version;
hash = "sha256-6RmC54DsL31/SBrA16p+iub7VTQvc1nG+ml+6Xaj0NM=";
hash = "sha256-fkbYPn7GmnOgLvJqbizVKKLBnzVn0Ji6jQc23DimIX4=";
};
cargoHash = "sha256-u3hv1phSwZ4oILFMWIAqWhdt0jI8ao3gje1WZA3ZFo8=";
cargoHash = "sha256-WHr2Ky0LlK/EVOrSK3MF9Yt/Qe/6o7Ftx7X8iECj6pM=";
nativeBuildInputs = [ pkg-config ];