Unverified Commit 23e7041b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

cargo-make: 0.36.5 -> 0.36.6
parents cfedde01 99d17575
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.5";
  version = "0.36.6";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-PQ59WTBRUwLM6/35ocnryp+hR8YKmgh3EkOSZ7OCYWs=";
    sha256 = "sha256-ln6zySZ2fMzRPGdVikPYgtT89/J3Fw56fdrEkkOU/j8=";
  };

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

  cargoHash = "sha256-6M4KUvTKifEUEJLMyVU8F1Ler6IK5TEUNHfUNMkJ09s=";
  cargoHash = "sha256-ntnd5vWiMxP5p/IBSWotLqNR8UseJHdSPiaxUHWpOlo=";

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