Skip to content

Commit

Permalink
eza: 0.20.14 -> 0.20.15 (#370131)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 2, 2025
2 parents c49a4a0 + 8b9f8ca commit d169a1e
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.14";
version = "0.20.15";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-5sZlpJ7xzQsjvECN4pjPndM39qonbgNy4zew6AE06D0=";
hash = "sha256-r68zuMCFIccA0cRLC2RNYCWoFh7tYiGu97Kid4hh0Uw=";
};

cargoHash = "sha256-A8vE2Q/HEMgX6HC+nwR63Kr84gy2iZ5BzYDzaZz/h9Q=";
cargoHash = "sha256-hBsb62fcIrSR2w9O5+UaMUadyUUtu2PLODRg70wG/Xc=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit d169a1e

Please sign in to comment.