Skip to content

Commit 6fdf9b6

Browse files
authored
eza: 0.20.7 -> 0.20.8 (#355827)
2 parents e23fa8b + 68487f4 commit 6fdf9b6

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
@@ -17,16 +17,16 @@
1717

1818
rustPlatform.buildRustPackage rec {
1919
pname = "eza";
20-
version = "0.20.7";
20+
version = "0.20.8";
2121

2222
src = fetchFromGitHub {
2323
owner = "eza-community";
2424
repo = "eza";
2525
rev = "v${version}";
26-
hash = "sha256-1yObVsCUGh2TwZesNNOseFR86oPh+w1q2knQkQ2vjLE=";
26+
hash = "sha256-/YoSBjaKlubOqyOKtaykkh20beDHkwCAWarRlyitoOc=";
2727
};
2828

29-
cargoHash = "sha256-k9zSchHFF2t30ca15eadEhnO0aFH5KIc1i0uuBKZZtc=";
29+
cargoHash = "sha256-5vlVrrgJKObsAd/4Kspu7G3CPfOt6QpbZHgTTKrpuBs=";
3030

3131
nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
3232
buildInputs = [ zlib ]

0 commit comments

Comments
 (0)