Skip to content

Commit

Permalink
cargo-dist: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Nov 19, 2023
1 parent 9f1e5c1 commit 95bea31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-dist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95bea31

Please sign in to comment.