From ec77f8f6b9a3e1d9f0c70036a2fff9a1fd6a9888 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 22 Feb 2025 09:55:58 +0000 Subject: [PATCH] lemoa: upgrade rustPlatform.fetchCargoTarball -> rustPlatform.fetchCargoVendor the former is deprecated --- pkgs/by-name/lemoa/package.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/lemoa/package.nix b/pkgs/by-name/lemoa/package.nix index 1cacf92bd..e15113dd3 100644 --- a/pkgs/by-name/lemoa/package.nix +++ b/pkgs/by-name/lemoa/package.nix @@ -2,17 +2,13 @@ cargo, desktop-file-utils, fetchFromGitHub, - gdk-pixbuf, gitUpdater, - glib, - graphene, gtk4, lib, libadwaita, meson, ninja, openssl, - pango, pkg-config, rustPlatform, rustc, @@ -31,10 +27,10 @@ stdenv.mkDerivation rec { hash = "sha256-XyVl0vreium83d6NqiMkdER3U0Ra0GeAgTq4pyrZyZE="; }; - cargoDeps = rustPlatform.fetchCargoTarball { + cargoDeps = rustPlatform.fetchCargoVendor { inherit src; name = "${pname}-${version}"; - hash = "sha256-PbgDWUEDabPFMYueRjfJoI6fsWwn8gmWd8AYCmBq29o="; + hash = "sha256-ALoxT+RLL4omJ7quWDJVdXgevaO8i8q/29FFFudIRV4="; }; nativeBuildInputs = [