Skip to content

Commit

Permalink
cargo-binstall: 1.10.16 -> 1.10.17 (#366763)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 30, 2024
2 parents e79a280 + a07e0e8 commit 50ff1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-binstall/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.10.16";
version = "1.10.17";

src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-a7EH6WvFJGzyFZ6qZEcMbo5JIsYhHWFMDB163g2Qges=";
hash = "sha256-MJMJWP3tISmlO4iUgkQf9veAJfLBCt2nS7LfZTicH/I=";
};

cargoHash = "sha256-gpwC3mDJ+tAOTojFfOhKWjVUuHcKZm8kOPHPf71wRUI=";
cargoHash = "sha256-zliUrsRt+ObcpswRl+qKoUxSMpgRqR5ltj905xx54KI=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 50ff1a7

Please sign in to comment.