eza: 0.20.21 -> 0.20.22 (#383566)

changelog: https://github.com/eza-community/eza/releases/tag/v0.20.22
This commit is contained in:
Christina Sørensen
2025-02-20 14:17:43 +05:30
committed by GitHub
parent 3e42914c05
commit 96547154b2
+3 -3
View File
@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage rec {
pname = "eza";
version = "0.20.21";
version = "0.20.22";
src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-qMzBSGV33rQwR6snEqEXsa7cw05B3SszZH0/Fb9Yxjw=";
hash = "sha256-kWrlzXhuYrekeXYx0BX82sfyjlKn46XiVIPJP41K9qE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+LaDGq/blYoTYIWmKtlvJe6SC8RG7PrIiYugrjchgw0=";
cargoHash = "sha256-dqpeBHUnCq9DJyREiD5dU6y4TCWkj0GXYm4eKnDkkv8=";
nativeBuildInputs = [
cmake