Merge pull request #316379 from r-ryantm/auto-update/cargo-dist

cargo-dist: 0.14.1 -> 0.15.0

authored by Matthias Beyer and committed by GitHub d96b321b 8688137b

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-dist/default.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "cargo-dist"; 17 - version = "0.14.1"; 17 + version = "0.15.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "axodotdev"; 21 21 repo = "cargo-dist"; 22 22 rev = "v${version}"; 23 - hash = "sha256-4NsEvmIvgyv186WwMVxjo/PM4ccUtcIVCde4pwXUX98="; 23 + hash = "sha256-p8acrP09/m3pdw24j8KUoZnqWMt2KwhVro9kNIABngw="; 24 24 }; 25 25 26 - cargoHash = "sha256-89YN0P6dsmliOf8mv5ugyWPbg/aflACfkDaZp8f1HBo="; 26 + cargoHash = "sha256-ecGtY6IpAiFjcN/E43STsEjbHXqSC4Vo6z3mH01rTI4="; 27 27 28 28 nativeBuildInputs = [ 29 29 pkg-config