Skip to content

Commit

Permalink
eza: 0.20.18 -> 0.20.19 (#377918)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk authored Jan 30, 2025
2 parents e26ae8d + b88cc04 commit fcd125e
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.18";
version = "0.20.19";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-XJ8RYfBduTK5CkvFjVRF6yGkgBdojuewFUrEvRcTJsA=";
hash = "sha256-Fgb2+tKDTL7KxJhRavNc5K8AG98eZFOmDOc+sVY7rdk=";
};

cargoHash = "sha256-FUd2dtSwZEBJDCs5EbgrtHfO2oquZP/4wxhVreCaayg=";
cargoHash = "sha256-+scWqtriW9qh6nqiPV3LNLC333JRw5WZI04BHIZlqE4=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit fcd125e

Please sign in to comment.