Merge pull request #280636 from kirillrdy/gnome-podcasts
gnome-podcasts: de-vendor Cargo.lock
This commit is contained in:
commit
310e6a8446
2 changed files with 3 additions and 3042 deletions
3040
pkgs/applications/audio/gnome-podcasts/Cargo.lock
generated
3040
pkgs/applications/audio/gnome-podcasts/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue