Skip to content

Commit

Permalink
cargo-dist: 0.11.1 -> 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 2065840 commit ec7438f
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 ec7438f

Please sign in to comment.