Merge pull request #280636 from kirillrdy/gnome-podcasts

gnome-podcasts: de-vendor Cargo.lock
This commit is contained in:
Nick Cao 2024-01-13 10:14:55 -05:00 committed by GitHub
commit 310e6a8446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [