mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 06:47:30 +00:00
yazi, yazi-unwrapped: 0.3.3 -> 0.4.0 (#363326)
This commit is contained in:
parent
285e50f44f
commit
617f0f1ff2
@ -11,20 +11,20 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "yazi";
|
||||
version = "0.3.3";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sxyazi";
|
||||
repo = "yazi";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-bTDf8muJN0G4+c6UagtWgNLlmGN15twEBjdmKEP0bCE=";
|
||||
hash = "sha256-GA7wn2C35jwAaE1l/fw2fnQO/KH+dHQ3kuA6dV6/mCk=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-8UsdanF8y4uFoXdC7aAw7pVFRd9GACcfVvqkUtFmN5k=";
|
||||
cargoHash = "sha256-fUnYnBvOZONqLYS3r7hlr0dHX/+EXURCkIJ6w5GwhS0=";
|
||||
|
||||
env.YAZI_GEN_COMPLETIONS = true;
|
||||
env.VERGEN_GIT_SHA = "Nixpkgs";
|
||||
env.VERGEN_BUILD_DATE = "2024-09-04";
|
||||
env.VERGEN_BUILD_DATE = "2024-12-08";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
buildInputs = [ rust-jemalloc-sys ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ];
|
||||
|
@ -9,7 +9,7 @@
|
||||
jq
|
||||
poppler_utils
|
||||
_7zz
|
||||
ffmpegthumbnailer
|
||||
ffmpeg
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
@ -26,7 +26,7 @@
|
||||
jq,
|
||||
poppler_utils,
|
||||
_7zz,
|
||||
ffmpegthumbnailer,
|
||||
ffmpeg,
|
||||
fd,
|
||||
ripgrep,
|
||||
fzf,
|
||||
|
Loading…
Reference in New Issue
Block a user