Unverified Commit 5f2f2efe authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #282392 from cafkafk/cafk-eza-0.17.2

eza: 0.17.1 -> 0.17.2
parents 7d09d935 400bbf68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@

rustPlatform.buildRustPackage rec {
  pname = "eza";
  version = "0.17.1";
  version = "0.17.2";

  src = fetchFromGitHub {
    owner = "eza-community";
    repo = "eza";
    rev = "v${version}";
    hash = "sha256-PItKMPaqDG8L0dYHl8cLoyieljNpP41HLIFfpcLerNg=";
    hash = "sha256-FcBfi87D3+7MLCBW1+9eZCKSDioDJsZ4u3e6KGvQ3kc=";
  };

  cargoHash = "sha256-PrKP9Akv+qionFTHtlrY8bzaX9HaobhBJGVRMvXWfZU=";
  cargoHash = "sha256-E3s16hCZ4qc535YV1xdnsBZAPo50T43ZBiIdKvjd4s0=";

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