Merge pull request #148911 from r-ryantm/auto-update/cargo-outdated

cargo-outdated: 0.10.1 -> 0.10.2
This commit is contained in:
Vlad M 2021-12-06 10:32:01 +02:00 committed by GitHub
commit 3a9dad96f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-outdated";
version = "0.10.1";
version = "0.10.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-jg8KuIu1SaIRlEI9yvpLCESZfAyNgSThJ6pe7+IM6j0=";
sha256 = "sha256-U6qElZkray4kjScv9X4I5m2z1ZWQzqcPYAuPzpyRpW0=";
};
cargoSha256 = "sha256-jfZUtUVHEC8zK+FJHSOQxELWTG/Of2WSDoqdg/Sckws=";
cargoSha256 = "sha256-0J02Uz184zx5xZYhqUmyaAFCQ0aogwy0fQTXbteBdV8=";
nativeBuildInputs = [ pkg-config ];