Merge pull request #257658 from figsoda/dist

cargo-dist: 0.2.0 -> 0.3.0

authored by Matthias Beyer and committed by GitHub 56c409f4 e28274a9

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-dist/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "cargo-dist"; 16 - version = "0.2.0"; 16 + version = "0.3.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "axodotdev"; 20 20 repo = "cargo-dist"; 21 21 rev = "v${version}"; 22 - hash = "sha256-uHkmwmEVV3+VPvp5WIc+PbwYvhYZHStiMun1yguPelw="; 22 + hash = "sha256-gfUSS2ITMueuohkcdSGHg1VjJ7Mn9EYoyyonnLbtZRQ="; 23 23 }; 24 24 25 - cargoHash = "sha256-8bgb8CCkoqECyd9CW2OkPQmhqfiIOuelsXhOcm1d9kQ="; 25 + cargoHash = "sha256-T8ZBYWUaxRaYv4SBshbBzFwpePuijZFIq338oi2sH2U="; 26 26 27 27 nativeBuildInputs = [ 28 28 pkg-config