Unverified Commit 3084a4d1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #294495 from r-ryantm/auto-update/cargo-binstall

cargo-binstall: 1.6.3 -> 1.6.4
parents dd001d9f 4b8b410c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-binstall";
  version = "1.6.3";
  version = "1.6.4";

  src = fetchFromGitHub {
    owner = "cargo-bins";
    repo = "cargo-binstall";
    rev = "v${version}";
    hash = "sha256-DevAkIzgt39V5vp+a15TBCMeYbny/TkJzyub425N7/o=";
    hash = "sha256-xG2eLKqGv+wqpSGBUMoYGSQ22lrMHDpQzrSyxyHMHoc=";
  };

  cargoHash = "sha256-gcYCTKa+i2v/T1C0j89rJjD73tmiUow11E+59oiR7sk=";
  cargoHash = "sha256-xNTSvJZWX19kmaFoLLHNKIrcsTFYWwN+7Ubym0hCwTA=";

  nativeBuildInputs = [
    pkg-config