3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238553 from NickCao/cargo-make

cargo-make: 0.36.10 -> 0.36.11
This commit is contained in:
figsoda 2023-06-19 10:33:52 -04:00 committed by GitHub
commit 23efc3366a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.