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.3"; version = "0.36.4"; src = fetchCrate { inherit pname version; sha256 = "sha256-9P5LoS8wdzJA8vGj9dRxKJYBXaSSzxplpvRc2aqRWlY="; sha256 = "sha256-motvwMacwqD6MMWxehCV/Eb+8EN9XthcEr0e5DFlvOg="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ]; cargoSha256 = "sha256-NgjBGoJTJNF4HwhDtBDWxcLHfpM6Jk4D9cbKLvojnaI="; cargoHash = "sha256-/hgCYgWx7hDAUTrDT9ndlk7t/bGXTtDS9Eth3OWkbKM="; # 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.3"; version = "0.36.4"; src = fetchCrate { inherit pname version; sha256 = "sha256-9P5LoS8wdzJA8vGj9dRxKJYBXaSSzxplpvRc2aqRWlY="; sha256 = "sha256-motvwMacwqD6MMWxehCV/Eb+8EN9XthcEr0e5DFlvOg="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ]; cargoSha256 = "sha256-NgjBGoJTJNF4HwhDtBDWxcLHfpM6Jk4D9cbKLvojnaI="; cargoHash = "sha256-/hgCYgWx7hDAUTrDT9ndlk7t/bGXTtDS9Eth3OWkbKM="; # Some tests fail because they need network access. # However, Travis ensures a proper build. Loading