mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #308609 from wegank/zenith-bump
zenith: 0.14.0-unstable-2023-11-21 -> 0.14.1
This commit is contained in:
commit
e512165f13
755
pkgs/tools/system/zenith/Cargo.lock
generated
755
pkgs/tools/system/zenith/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user