Skip to content

Commit

Permalink
Merge pull request #294537 from r-ryantm/auto-update/cargo-dist
Browse files Browse the repository at this point in the history
cargo-dist: 0.11.1 -> 0.13.1
  • Loading branch information
matthiasbeyer authored Apr 14, 2024
2 parents a4a608e + ec7438f commit 9bf30c9
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 @@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
version = "0.11.1";
version = "0.13.1";

src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
hash = "sha256-SnwTfRHa/1iVG5tcypFQXUTHEOTiXkICzyjdKNYXQcM=";
hash = "sha256-uav2Q6NG7JW3ZrYkDWXNxR816bI3nxs71KoOdNr/unQ=";
};

cargoHash = "sha256-Z3usfwxUQzrxAoINUZnM6Gffj1GEVaRNOg+XW5g8PH8=";
cargoHash = "sha256-Kd7roUUfXfWlV6IHpu20f0VPoZWmGOPAJjELNqVS3b8=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 9bf30c9

Please sign in to comment.