Skip to content

Commit

Permalink
eza: 0.20.16 -> 0.20.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk committed Jan 16, 2025
1 parent 7eabdc0 commit 561fe54
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 @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "eza";
version = "0.20.16";
version = "0.20.17";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-0Fh12LuCPTK9vVmrR0pV0z8rs0XMJN9hJg026bSR6Z8=";
hash = "sha256-X3/qW8BFa6Muk4XzTO6z6SDP07NHh7MOkngHNgw/sUA=";
};

cargoHash = "sha256-dEXY33dv700M066LB46/wFeaB9wZvpPuq1M4XjneLks=";
cargoHash = "sha256-q48LhGwi6WnzV2JLYhwbr7GtHNH6kMglntZK+sFf5zo=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 561fe54

Please sign in to comment.