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

eza: 0.21.0 -> 0.21.1 (#399978)

parents 8ff7ff7c e3da45f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "eza";
  version = "0.21.0";
  version = "0.21.1";

  src = fetchFromGitHub {
    owner = "eza-community";
    repo = "eza";
    tag = "v${finalAttrs.version}";
    hash = "sha256-edBFMqY+61kFumLTcVFgnmhE4d+bMVz+udR5h02kDk0=";
    hash = "sha256-HtukMHiTWWejbq+cpeyF4QmTaBP4yvvyVb/xaacHKwI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-VqwgsYyoZM+88IkMJxDtIi5WtPDRg0Izk7WenTNuLAI=";
  cargoHash = "sha256-T/ryAhBM0ECttDx3vMesLfTXfnHecM/0gpOCcg/o2kI=";

  nativeBuildInputs = [
    cmake