cargo-deps: 1.5.0 -> 1.5.1

This commit is contained in:
Aaron Jheng 2023-09-13 09:49:16 +08:00
parent 6ef5ca47a9
commit 10ebbd01d3
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-deps";
version = "1.5.0";
version = "1.5.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-0zK1qwu+awZGd9hgH2WRrzJMzwpI830Lh//P0wVp6Js=";
hash = "sha256-qnSHG4AhBrleYKZ4SJ4AwHdJyiidj8NTeSSphBRo7gg=";
};
cargoSha256 = "sha256-ZPQIt+TL1OKX3Ch4A17eAELjaSTo2uk+X6YWFAXvWJA=";
cargoHash = "sha256-dpCbFA9AZmIFPx69tw0CqHF+lVw7uhUlwAeVX1+lIK8=";
meta = with lib; {
description = "Cargo subcommand for building dependency graphs of Rust projects";