cargo-dist: 0.28.2 -> 0.29.0 (#430105)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

authored by

nixpkgs-merge-bot[bot]
matthiasbeyer
and committed by
GitHub
3b19834e e730a125

+3 -3
+3 -3
pkgs/by-name/ca/cargo-dist/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "cargo-dist"; 16 - version = "0.28.2"; 16 + version = "0.29.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "axodotdev"; 20 20 repo = "cargo-dist"; 21 21 rev = "v${version}"; 22 - hash = "sha256-Nlix74IvhUuWKJTslPajGHkGKxGPo1ucTEkuuA//zn0="; 22 + hash = "sha256-J4zAjbyHHLxdObos/drDH5sDVmQE8h1WFqmfG8ac3uQ="; 23 23 }; 24 24 25 - cargoHash = "sha256-GmzMmErEshYECMr7APhJ6uWqflHbG73bw/utMgq3dk0="; 25 + cargoHash = "sha256-aPI8NtcLnLrQ0AC2E09QtH5RfXJ8cBtBrVfB3AwbgKc="; 26 26 27 27 nativeBuildInputs = [ 28 28 pkg-config