yazi, yazi-unwrapped: 0.3.3 -> 0.4.0 (#363326)

This commit is contained in:
nadir-ishiguro 2024-12-09 10:16:30 +01:00 committed by GitHub
parent 285e50f44f
commit 617f0f1ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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 ];

View File

@ -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,