Merge pull request #268422 from figsoda/dist

cargo-dist: 0.4.2 -> 0.4.3

Changed files
+3 -3
pkgs
development
tools
rust
cargo-dist
+3 -3
pkgs/development/tools/rust/cargo-dist/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
-
version = "0.4.2";
+
version = "0.4.3";
src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
-
hash = "sha256-lh3nK3yj03pEurjw6/fMh70GnBawxUqilupUzfgryG0=";
+
hash = "sha256-QN+fO8aH4z0gtbDhS3BLKpiWMFoYP1JjPehWHUjR9z4=";
};
-
cargoHash = "sha256-lUeCMyH6qE76SVjubWVo/Hpj6J8PM6ndOqrJufcfByw=";
+
cargoHash = "sha256-tNRZx5i5noahhoxJ15rBSnPxqoJ4MlBRjcuUYmrNDVg=";
nativeBuildInputs = [
pkg-config