Skip to content

Commit

Permalink
cargo-binstall: 1.10.4 -> 1.10.5 (NixOS#342737)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored Sep 18, 2024
2 parents d8408b5 + da0bdd3 commit 7982662
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.4";
version = "1.10.5";

src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-I6MyeKKqAxDb2BT6Uvmudw953kof1DIrZf1zmidwURo=";
hash = "sha256-VhmyfGVO1rDcorOznovkUu0GHgUSwKHhk/3jqg1pDZk=";
};

cargoHash = "sha256-tNYqUODqZSUb+p6JxZXWma5OE2v657yosObJ49Ei4+k=";
cargoHash = "sha256-rgr++LD6YsTlrxKmNRtn2gdT5a1ul6A5UrXgKmpWC7w=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 7982662

Please sign in to comment.