Loading pkgs/development/tools/rust/cargo-make/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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. Loading Loading
pkgs/development/tools/rust/cargo-make/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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. Loading