Unverified Commit 9f539c02 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cargo-binstall: 1.12.0 -> 1.12.2 (#392165)

parents a1e1167c e9b84b00
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-binstall";
  version = "1.12.0";
  version = "1.12.2";

  src = fetchFromGitHub {
    owner = "cargo-bins";
    repo = "cargo-binstall";
    rev = "v${version}";
    hash = "sha256-EAJUscywbxYucqZEJ147FiNOHTO5umAwm5YHKC0g6yw=";
    hash = "sha256-mGb6ZHi6XGYiVe0NHcBx7MWtcSDK2/wXpM4j0GiczEk=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-jOrnfJUxyrBfAKW/khc3w5eFauuCjN6c5GMns1eGUag=";
  cargoHash = "sha256-rtDV1wAoUfZOTBSvCjqhGlyDVXJiZ+Wopgu21zJWDfw=";

  nativeBuildInputs = [
    pkg-config