yazi-unwrapped: 0.2.4 -> 0.2.5

This commit is contained in:
Austin Horstman 2024-04-23 16:07:44 -05:00
parent 3928dfdd28
commit 273cc780b4
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "yazi";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "sxyazi";
repo = "yazi";
rev = "v${version}";
hash = "sha256-c8fWWCOVBqQVdQch9BniCaJPrVEOCv35lLH8/hMIbvE=";
hash = "sha256-RwkgJX4naD3t97ce4Zg/VWJ41QiVFFqDW5nHpyMtISY=";
};
cargoHash = "sha256-VeDyO+KCD3Axse4iPIoRxIvoAn3L33e2ObBZFV/REeg=";
cargoHash = "sha256-qnbinuTuaPiD7ib3aCJzSwuA4s3naFzi+txqX7jkHIo=";
env.YAZI_GEN_COMPLETIONS = true;