Unverified Commit cfd0433d authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #237432 from r-ryantm/auto-update/cargo-make

cargo-make: 0.36.9 -> 0.36.10
parents 210359b2 8f35b335
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-make";
  version = "0.36.9";
  version = "0.36.10";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-hWloZBhiJHfnTGVQMuYPZhRvCxD4C+Y0cVF+vQWNU3E=";
    sha256 = "sha256-ZnheOHJzoSDnIk8MCOo9L1ss4r7iVwFgImyUM8nyO5c=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [ openssl ]
    ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ];

  cargoHash = "sha256-bJCK6N4IKwwm9EyixjnACX2x49xa+V+17XaEYACeJWs=";
  cargoHash = "sha256-bhIcBj1SZeokVRoF2Pr07FQOK15wScBUavNvlUbjbrA=";

  # Some tests fail because they need network access.
  # However, Travis ensures a proper build.