Skip to content

Commit

Permalink
cargo-binstall: 1.10.18 -> 1.10.19 (NixOS#372471)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents 0cb1d27 + 62b3428 commit a7c5c11
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.18";
version = "1.10.19";

src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-EFDaKxAUDgMwkURKcupL2s9TS/oSYviqA38qa8Jo1Ek=";
hash = "sha256-dKQRXEZfvONaWocvoaEQtENAyNvIUaqomckaSj7bUtM=";
};

cargoHash = "sha256-td47+/LYCJy9ED/2VJDE9P9bXcr+SEgRY1N4LAi2C7s=";
cargoHash = "sha256-gN6aNPV6K8BUTUvTTKtTu54JFLwL1XSA0rA4EyKdovc=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit a7c5c11

Please sign in to comment.