Unverified Commit 2aa32a84 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cargo-make: 0.36.11 -> 0.36.12
parents d74d69fc b3c41082
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.11";
  version = "0.36.12";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-kISukYfjEKwwahMGdkEyRbZESetsx/6aU6U+/bZWnbQ=";
    sha256 = "sha256-dsHjSy3LV6L/P5cAKTqOjT4LM33qvjKTIHGcqrBzWqU=";
  };

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

  cargoHash = "sha256-q2Cyu/+ZVAj6gv9dH0FMuyf7FkhNTfcnxWz/STFb3b8=";
  cargoHash = "sha256-w1TmUMEKg1/VP/AQQWdW4olp0gwCm9zmiuPQ9fQh9ak=";

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