Unverified Commit 57d00e74 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #286229 from mfrw/mfrw/cargo-binstall-1.6.2

cargo-binstall: 1.6.1 -> 1.6.2
parents 75f491dc 7e260e41
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.1";
  version = "1.6.2";

  src = fetchFromGitHub {
    owner = "cargo-bins";
    repo = "cargo-binstall";
    rev = "v${version}";
    hash = "sha256-KfzINyLxX07CDCP5wkBwl8bAf4x9AVTl6NiGjGZ7nFg=";
    hash = "sha256-pUxCiVOFrn6ytzxYvaaWe6uBrSwXOSoKh3DyGNUl3rM=";
  };

  cargoHash = "sha256-8Fwgs+pP2p5IqLXnFrPT+oOCRjyMIhQa+f63LA4aUOw=";
  cargoHash = "sha256-uoDH440vmupcz1jYyz8i3dVuPt+/W0H9mBZgriAPC0w=";

  nativeBuildInputs = [
    pkg-config