Unverified Commit fcd125e7 authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

eza: 0.20.18 -> 0.20.19 (#377918)

parents e26ae8d6 b88cc046
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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