Unverified Commit 7c8c0a83 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

eza: 0.20.5 -> 0.20.6 (#352606)

parents c48be101 2b11a7f2
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.20.5";
  version = "0.20.6";

  src = fetchFromGitHub {
    owner = "eza-community";
    repo = "eza";
    rev = "v${version}";
    hash = "sha256-cxgEeYazhWO1V2Tf+70u6wlc9oME5ws3Da+OYf7UprQ=";
    hash = "sha256-uck/FwVwl9CEqy7zuKgzAahNqNc3DiGSVAsr7rDuk9Y=";
  };

  cargoHash = "sha256-trO/NGNC5Kz76ua1RxBqfjNoXaQqikgPNyGnD7f/FXM=";
  cargoHash = "sha256-lhVkmSTmFhmg2Pqju79ghooyzjd7b2AJrGaHtATHJcI=";

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