gnome-podcasts: de-vendor Cargo.lock

This commit is contained in:
Kirill Radzikhovskyy 2024-01-13 11:07:40 +09:00
parent 644fcfd126
commit 65f065e854
2 changed files with 3 additions and 3042 deletions

File diff suppressed because it is too large Load diff

View file

@ -32,8 +32,9 @@ stdenv.mkDerivation rec {
hash = "sha256-LPwCYgAFgUMFQZ0i4ldiuGYGMMWcMqYct3/o7eTIhmU=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
cargoDeps = rustPlatform.fetchCargoTarball {
inherit pname version src;
hash = "sha256-n3ZcUhqn1rvvgkBKSKvH0b8wbOCqcBGwpb2OqMe8h0s=";
};
nativeBuildInputs = [