mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
yazi-unwrapped: 25.5.28 -> 25.5.31
https://github.com/sxyazi/yazi/releases/tag/v25.5.31 Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
9bc7b72398
commit
23c614c23f
1 changed files with 4 additions and 4 deletions
|
@ -8,18 +8,18 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "yazi";
|
pname = "yazi";
|
||||||
version = "25.5.28";
|
version = "25.5.31";
|
||||||
|
|
||||||
srcs = builtins.attrValues finalAttrs.passthru.srcs;
|
srcs = builtins.attrValues finalAttrs.passthru.srcs;
|
||||||
|
|
||||||
sourceRoot = finalAttrs.passthru.srcs.code_src.name;
|
sourceRoot = finalAttrs.passthru.srcs.code_src.name;
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-g+6RawDZsgYnXiybhaiosOfz/k4LHe5iX+VqHikfPzM=";
|
cargoHash = "sha256-5oNhqiQYkzaNZ1vK3hV5vWQCNr6D9VPNoqkS8ZOLf/4=";
|
||||||
|
|
||||||
env.YAZI_GEN_COMPLETIONS = true;
|
env.YAZI_GEN_COMPLETIONS = true;
|
||||||
env.VERGEN_GIT_SHA = "Nixpkgs";
|
env.VERGEN_GIT_SHA = "Nixpkgs";
|
||||||
env.VERGEN_BUILD_DATE = "2025-05-28";
|
env.VERGEN_BUILD_DATE = "2025-05-30";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
buildInputs = [ rust-jemalloc-sys ];
|
buildInputs = [ rust-jemalloc-sys ];
|
||||||
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
owner = "sxyazi";
|
owner = "sxyazi";
|
||||||
repo = "yazi";
|
repo = "yazi";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-z+dh1lO6lvStlv58mi5T/cxYdewo2+5bRSO7naVcHMs=";
|
hash = "sha256-Er9d/5F34c2Uw+DN/9j+j7TdeWiSxMQlZSgsATC04cM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
man_src = fetchFromGitHub {
|
man_src = fetchFromGitHub {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue