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
2 changed files with 3 additions and 1592 deletions
-1590
View File
File diff suppressed because it is too large Load Diff
+3 -2
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 = [