From 95bea3180d61229485dee68be7c9521fd888c8f2 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 18 Nov 2023 20:39:12 -0500 Subject: 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 --- pkgs/development/tools/rust/cargo-dist/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/tools/rust/cargo-dist/default.nix') diff --git a/pkgs/development/tools/rust/cargo-dist/default.nix b/pkgs/development/tools/rust/cargo-dist/default.nix index 961f3287e6476..89d5b1547c8e2 100644 --- a/pkgs/development/tools/rust/cargo-dist/default.nix +++ b/pkgs/development/tools/rust/cargo-dist/default.nix @@ -13,16 +13,16 @@ 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 -- cgit 1.4.1