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 e23fa8b + 68487f4 commit 6fdf9b6Copy full SHA for 6fdf9b6
pkgs/by-name/ez/eza/package.nix
@@ -17,16 +17,16 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "eza";
20
- version = "0.20.7";
+ version = "0.20.8";
21
22
src = fetchFromGitHub {
23
owner = "eza-community";
24
repo = "eza";
25
rev = "v${version}";
26
- hash = "sha256-1yObVsCUGh2TwZesNNOseFR86oPh+w1q2knQkQ2vjLE=";
+ hash = "sha256-/YoSBjaKlubOqyOKtaykkh20beDHkwCAWarRlyitoOc=";
27
};
28
29
- cargoHash = "sha256-k9zSchHFF2t30ca15eadEhnO0aFH5KIc1i0uuBKZZtc=";
+ cargoHash = "sha256-5vlVrrgJKObsAd/4Kspu7G3CPfOt6QpbZHgTTKrpuBs=";
30
31
nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
32
buildInputs = [ zlib ]
0 commit comments