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.
2 parents ade96fd + 561fe54 commit 51157ccCopy full SHA for 51157cc
pkgs/by-name/ez/eza/package.nix
@@ -15,16 +15,16 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "eza";
18
- version = "0.20.16";
+ version = "0.20.17";
19
20
src = fetchFromGitHub {
21
owner = "eza-community";
22
repo = "eza";
23
rev = "v${version}";
24
- hash = "sha256-0Fh12LuCPTK9vVmrR0pV0z8rs0XMJN9hJg026bSR6Z8=";
+ hash = "sha256-X3/qW8BFa6Muk4XzTO6z6SDP07NHh7MOkngHNgw/sUA=";
25
};
26
27
- cargoHash = "sha256-dEXY33dv700M066LB46/wFeaB9wZvpPuq1M4XjneLks=";
+ cargoHash = "sha256-q48LhGwi6WnzV2JLYhwbr7GtHNH6kMglntZK+sFf5zo=";
28
29
nativeBuildInputs = [
30
cmake
0 commit comments