From 7e805bc0e2e19d9d0e0f085b78869052a357ebd0 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 27 Jul 2025 09:14:24 -0400 Subject: [PATCH 1/2] rustfinity: remove useFetchCargoVendor usages (cherry picked from commit 398b16e16cc688d8ffcf820d1ec50a55da44a108) --- pkgs/by-name/ru/rustfinity/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ru/rustfinity/package.nix b/pkgs/by-name/ru/rustfinity/package.nix index 29fa3d875217..e19318429fd6 100644 --- a/pkgs/by-name/ru/rustfinity/package.nix +++ b/pkgs/by-name/ru/rustfinity/package.nix @@ -15,7 +15,6 @@ rustPlatform.buildRustPackage rec { hash = "sha256-yBWhY4Uta/K/Ka5DzhpZUiv0Y3Yfn4dI4ZARpJqTqY8="; }; - useFetchCargoVendor = true; cargoHash = "sha256-ifVhVFiTO1CVpWo6B9OZXJwuc40IRkSc4ncMXG+5DnE="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; From d3c139fb56fff091a1670eac7dc495667dcea241 Mon Sep 17 00:00:00 2001 From: yapxuan Date: Sun, 27 Jul 2025 02:45:17 +0800 Subject: [PATCH 2/2] rustfinity: 0.2.13 -> 0.2.14 Upstream does not provide tags or a changelog. Changes between versions can be viewed at: https://github.com/rustfinity/rustfinity/compare/ea9aa4a4ba14e5111e6da9ef4f0d5dda9bb95341...59d180703ed1cb23123ddf8afeb8992e8c8a0509 (cherry picked from commit e8fb58a774884370811f85a8d6b166c20da5f132) --- pkgs/by-name/ru/rustfinity/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/rustfinity/package.nix b/pkgs/by-name/ru/rustfinity/package.nix index e19318429fd6..dd2b1d262070 100644 --- a/pkgs/by-name/ru/rustfinity/package.nix +++ b/pkgs/by-name/ru/rustfinity/package.nix @@ -8,14 +8,14 @@ }: rustPlatform.buildRustPackage rec { pname = "rustfinity"; - version = "0.2.13"; + version = "0.2.14"; src = fetchCrate { inherit pname version; - hash = "sha256-yBWhY4Uta/K/Ka5DzhpZUiv0Y3Yfn4dI4ZARpJqTqY8="; + hash = "sha256-Oh+AEgmBhlOQaCFECheuHCXT6hndpUnZH/l+tWMp2RQ="; }; - cargoHash = "sha256-ifVhVFiTO1CVpWo6B9OZXJwuc40IRkSc4ncMXG+5DnE="; + cargoHash = "sha256-e1RnPqfgeyeEh8Av81RTuaMgYc6zoBZcygbc29DNKqE="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ];