Skip to content

Commit

Permalink
cargo-binstall: 1.10.3 -> 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 7, 2024
1 parent 29cca09 commit c897503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-binstall/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.10.3";
version = "1.10.4";

src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-2Vo8zORVyWu0IA44K8BmXCjiFtdKJelZm/D6p5vqI2k=";
hash = "sha256-I6MyeKKqAxDb2BT6Uvmudw953kof1DIrZf1zmidwURo=";
};

cargoHash = "sha256-iKhP1P/8oz/0ulkLeZFiAdFGhhs3vZh6JGeQpmd1ZdQ=";
cargoHash = "sha256-tNYqUODqZSUb+p6JxZXWma5OE2v657yosObJ49Ei4+k=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit c897503

Please sign in to comment.