We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e42914 commit 9654715Copy full SHA for 9654715
pkgs/by-name/ez/eza/package.nix
@@ -15,17 +15,17 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "eza";
18
- version = "0.20.21";
+ version = "0.20.22";
19
20
src = fetchFromGitHub {
21
owner = "eza-community";
22
repo = "eza";
23
rev = "v${version}";
24
- hash = "sha256-qMzBSGV33rQwR6snEqEXsa7cw05B3SszZH0/Fb9Yxjw=";
+ hash = "sha256-kWrlzXhuYrekeXYx0BX82sfyjlKn46XiVIPJP41K9qE=";
25
};
26
27
useFetchCargoVendor = true;
28
- cargoHash = "sha256-+LaDGq/blYoTYIWmKtlvJe6SC8RG7PrIiYugrjchgw0=";
+ cargoHash = "sha256-dqpeBHUnCq9DJyREiD5dU6y4TCWkj0GXYm4eKnDkkv8=";
29
30
nativeBuildInputs = [
31
cmake
0 commit comments