zenith: 0.14.1 -> 0.14.2 (#477296)

This commit is contained in:
Weijia Wang 2026-01-07 10:24:46 +00:00 committed by GitHub
commit 0c821ae1e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "zenith";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "bvaisvil";
repo = "zenith";
rev = version;
hash = "sha256-y+/s0TDVAFGio5uCzHjf+kHFZB0G8dDgTt2xaqSSz1c=";
hash = "sha256-kMjDbWhey3SoT4hlEz2mEoSIICfI+X03PdBgTs5yxuI=";
};
# remove cargo config so it can find the linker on aarch64-linux
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
rm .cargo/config
'';
cargoHash = "sha256-xfp+nR4ihaTO4AZHizYg4qqf9MR030Qb5bN2nzhbytQ=";
cargoHash = "sha256-M+I7+mcXn2UM340loy4OS6z+uZMxwiO/JwD0KjHvcFw=";
nativeBuildInputs = [ rustPlatform.bindgenHook ] ++ lib.optional nvidiaSupport makeWrapper;