Merge pull request #280642 from kirillrdy/geopard

geopard: de-vendor Cargo.lock
This commit is contained in:
Nick Cao 2024-01-13 10:14:41 -05:00 committed by GitHub
commit 565fa8e776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1592 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,9 @@ stdenv.mkDerivation rec {
hash = "sha256-elHxtFEGkdhEPHxuJtcMYwWnvo6vDaHiOyN51EOzym0=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
cargoDeps = rustPlatform.fetchCargoTarball {
inherit pname version src;
hash = "sha256-80YujPjcmAxH1gITT4OJk8w4m8Z/pAYtBUpCPQOKe3E=";
};
nativeBuildInputs = [