lol

cargo-dist: 0.4.2 -> 0.4.3

Diff: https://github.com/axodotdev/cargo-dist/compare/v0.4.2...v0.4.3

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.4.3/CHANGELOG.md

figsoda 95bea318 9f1e5c1b

+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.4.2"; 16 + version = "0.4.3"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "axodotdev"; 20 20 repo = "cargo-dist"; 21 21 rev = "v${version}"; 22 - hash = "sha256-lh3nK3yj03pEurjw6/fMh70GnBawxUqilupUzfgryG0="; 22 + hash = "sha256-QN+fO8aH4z0gtbDhS3BLKpiWMFoYP1JjPehWHUjR9z4="; 23 23 }; 24 24 25 - cargoHash = "sha256-lUeCMyH6qE76SVjubWVo/Hpj6J8PM6ndOqrJufcfByw="; 25 + cargoHash = "sha256-tNRZx5i5noahhoxJ15rBSnPxqoJ4MlBRjcuUYmrNDVg="; 26 26 27 27 nativeBuildInputs = [ 28 28 pkg-config