lemoa: upgrade rustPlatform.fetchCargoTarball -> rustPlatform.fetchCargoVendor
the former is deprecated
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user