zenith: 0.14.0 -> 0.14.0-unstable-2023-11-21

This commit is contained in:
Weijia Wang 2023-12-05 00:16:06 +01:00
parent 0b62f5adfd
commit 1f0775bd25
2 changed files with 558 additions and 539 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@ assert nvidiaSupport -> stdenv.isLinux;
rustPlatform.buildRustPackage rec {
pname = "zenith";
version = "0.14.0";
version = "0.14.0-unstable-2023-11-21";
src = fetchFromGitHub {
owner = "bvaisvil";
repo = pname;
rev = version;
sha256 = "sha256-GrrdE9Ih8x8N2HN+1NfxfthfHbufLAT/Ac+ZZWW5Zg8=";
rev = "0ed09e6a68c1517b4d050f5e3163421718226040";
hash = "sha256-vw/ar2Qi06HxPfPsfcxtfRhMTqY4FCE+7tCfe9sLEv0=";
};
# remove cargo config so it can find the linker on aarch64-linux