Skip to content

Commit 9654715

Browse files
authored
1 parent 3e42914 commit 9654715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ez/eza/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "eza";
18-
version = "0.20.21";
18+
version = "0.20.22";
1919

2020
src = fetchFromGitHub {
2121
owner = "eza-community";
2222
repo = "eza";
2323
rev = "v${version}";
24-
hash = "sha256-qMzBSGV33rQwR6snEqEXsa7cw05B3SszZH0/Fb9Yxjw=";
24+
hash = "sha256-kWrlzXhuYrekeXYx0BX82sfyjlKn46XiVIPJP41K9qE=";
2525
};
2626

2727
useFetchCargoVendor = true;
28-
cargoHash = "sha256-+LaDGq/blYoTYIWmKtlvJe6SC8RG7PrIiYugrjchgw0=";
28+
cargoHash = "sha256-dqpeBHUnCq9DJyREiD5dU6y4TCWkj0GXYm4eKnDkkv8=";
2929

3030
nativeBuildInputs = [
3131
cmake

0 commit comments

Comments
 (0)