Merge pull request #282943 from r-ryantm/auto-update/yazi

yazi: 0.2.1 -> 0.2.2
This commit is contained in:
maxine 2024-01-22 18:13:13 +01:00 committed by GitHub
commit 9876e8294f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,16 +31,16 @@
rustPlatform.buildRustPackage rec {
pname = "yazi";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "sxyazi";
repo = pname;
rev = "v${version}";
hash = "sha256-XdN2oP5c2lK+bR3i+Hwd4oOlccMQisbzgevHsZ8YbSQ=";
hash = "sha256-XF5zCFXiViFsRPqI6p1Z7093NSWrGmcoyWcGEagIoEA=";
};
cargoHash = "sha256-0JNKlzmMS5wcTW0faTnhFgNK2VHXixNnMx6ZS3eKbPA=";
cargoHash = "sha256-9fXHpq5lXG9Gup1dZPlXiNilbP79fJ3Jp3+ZD7mAzP4=";
env.YAZI_GEN_COMPLETIONS = true;