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

This commit is contained in:
Weijia Wang
2024-05-02 22:23:27 +02:00
parent 8236428906
commit f22336fda5
2 changed files with 473 additions and 290 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-unstable-2023-11-21";
version = "0.14.1";
src = fetchFromGitHub {
owner = "bvaisvil";
repo = pname;
rev = "0ed09e6a68c1517b4d050f5e3163421718226040";
hash = "sha256-vw/ar2Qi06HxPfPsfcxtfRhMTqY4FCE+7tCfe9sLEv0=";
repo = "zenith";
rev = version;
hash = "sha256-y+/s0TDVAFGio5uCzHjf+kHFZB0G8dDgTt2xaqSSz1c=";
};
# remove cargo config so it can find the linker on aarch64-linux