rye: 0.42.0 -> 0.43.0

This commit is contained in:
R. Ryantm
2024-12-10 07:50:32 +01:00
committed by Gaetan Lepage
parent f602946645
commit f49af0734f
2 changed files with 8 additions and 2907 deletions
-2886
View File
File diff suppressed because it is too large Load Diff
+8 -21
View File
@@ -10,7 +10,6 @@
# buildInputs
openssl,
stdenv,
darwin,
versionCheckHook,
@@ -20,22 +19,17 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-f+yVuyoer0bn38iYR94TUKRT5VzQHDZQyowtas+QOK0=";
tag = version;
hash = "sha256-AhHLSEEqfbUGb5roxZukW4Pd8XjOrmQ14Yoi+wUzAk4=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"dialoguer-0.10.4" = "sha256-WDqUKOu7Y0HElpPxf2T8EpzAY3mY8sSn9lf0V0jyAFc=";
"monotrail-utils-0.0.1" = "sha256-ydNdg6VI+Z5wXe2bEzRtavw0rsrcJkdsJ5DvXhbaDE4=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-Jfht+6DlaOLoNQaX45bItEaf8E++XWXbwCgI8jojhX0=";
env = {
OPENSSL_NO_VENDOR = 1;
@@ -46,16 +40,9 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk;
[
frameworks.CoreServices
frameworks.SystemConfiguration
Libsystem
]
);
buildInputs = [
openssl
];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd rye \