Skip to content

Commit

Permalink
eza: 0.20.5 -> 0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk committed Oct 31, 2024
1 parent 870ac82 commit 2b11a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ez/eza/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

rustPlatform.buildRustPackage rec {
pname = "eza";
version = "0.20.5";
version = "0.20.6";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-cxgEeYazhWO1V2Tf+70u6wlc9oME5ws3Da+OYf7UprQ=";
hash = "sha256-uck/FwVwl9CEqy7zuKgzAahNqNc3DiGSVAsr7rDuk9Y=";
};

cargoHash = "sha256-trO/NGNC5Kz76ua1RxBqfjNoXaQqikgPNyGnD7f/FXM=";
cargoHash = "sha256-lhVkmSTmFhmg2Pqju79ghooyzjd7b2AJrGaHtATHJcI=";

nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
buildInputs = [ zlib ]
Expand Down

0 comments on commit 2b11a7f

Please sign in to comment.