cargo-make: 0.36.10 -> 0.36.11

Diff: https://diff.rs/cargo-make/0.36.10/0.36.11
This commit is contained in:
Nick Cao 2023-06-19 17:56:35 +08:00
parent b7c478e7da
commit 4f97cf71e4
No known key found for this signature in database

View File

@ -13,11 +13,11 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.36.10";
version = "0.36.11";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-ZnheOHJzoSDnIk8MCOo9L1ss4r7iVwFgImyUM8nyO5c=";
sha256 = "sha256-kISukYfjEKwwahMGdkEyRbZESetsx/6aU6U+/bZWnbQ=";
};
nativeBuildInputs = [ pkg-config ];
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ];
cargoHash = "sha256-bhIcBj1SZeokVRoF2Pr07FQOK15wScBUavNvlUbjbrA=";
cargoHash = "sha256-q2Cyu/+ZVAj6gv9dH0FMuyf7FkhNTfcnxWz/STFb3b8=";
# Some tests fail because they need network access.
# However, Travis ensures a proper build.