Merge pull request #272149 from wegank/zenith-bump

zenith: 0.14.0 -> 0.14.0-unstable-2023-11-21
This commit is contained in:
Weijia Wang 2023-12-09 21:59:20 +01:00 committed by GitHub
commit c93ed682d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 559 additions and 540 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
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
+ lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
homepage = "https://github.com/bvaisvil/zenith";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ wegank ];
platforms = platforms.unix;
};
}