Merge pull request #254863 from aaronjheng/cargo-deps

cargo-deps: 1.5.0 -> 1.5.1

authored by

Mario Rodas and committed by
GitHub
2fae27b2 4c29f2ad

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-deps/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-deps"; 5 - version = "1.5.0"; 5 + version = "1.5.1"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-0zK1qwu+awZGd9hgH2WRrzJMzwpI830Lh//P0wVp6Js="; 9 + hash = "sha256-qnSHG4AhBrleYKZ4SJ4AwHdJyiidj8NTeSSphBRo7gg="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-ZPQIt+TL1OKX3Ch4A17eAELjaSTo2uk+X6YWFAXvWJA="; 12 + cargoHash = "sha256-dpCbFA9AZmIFPx69tw0CqHF+lVw7uhUlwAeVX1+lIK8="; 13 13 14 14 meta = with lib; { 15 15 description = "Cargo subcommand for building dependency graphs of Rust projects";