Skip to content

Commit

Permalink
Merge pull request #305314 from r-ryantm/auto-update/eza
Browse files Browse the repository at this point in the history
eza: 0.18.10 -> 0.18.11
  • Loading branch information
nixpkgs-merge-bot[bot] authored Apr 20, 2024
2 parents 5302e89 + fad5531 commit 63ac7be
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.18.10";
version = "0.18.11";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-qXyuibsgEF/wv2736r3EMpoXjyDFI3QFjVRsg9cI0u0=";
hash = "sha256-jh1YmY3G3oL8HfgojGtrJLvgLT+gyTX0fsv/11UDIJ0=";
};

cargoHash = "sha256-9xtJJDP3f4aRPTgnpor0nSp5ehbX7Qt9U3LN9kkDWrI=";
cargoHash = "sha256-4ziEG7P7igCkN6UnVqaWXgqfW+XssUP4Rn867ELXYmU=";

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

0 comments on commit 63ac7be

Please sign in to comment.