Merge pull request #308609 from wegank/zenith-bump

zenith: 0.14.0-unstable-2023-11-21 -> 0.14.1
This commit is contained in:
Weijia Wang 2024-05-03 08:48:30 +02:00 committed by GitHub
commit e512165f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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