Skip to content

Commit

Permalink
erdtree: 1.3.0 -> 1.6.0, add figsoda as a maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 20, 2023
1 parent 8501a16 commit 48be87c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/tools/system/erdtree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@

rustPlatform.buildRustPackage rec {
pname = "erdtree";
version = "1.3.0";
version = "1.6.0";

src = fetchFromGitHub {
owner = "solidiquis";
repo = pname;
rev = "v${version}";
hash = "sha256-xPMOjhp4voT2Ad30WtAyA0MT917xt3Sd++KhLHmciA0=";
hash = "sha256-kSJIZfL25qH+DKFG8/udv6lZt+9pBqIQvbsmT2oa3Bw=";
};

cargoHash = "sha256-euthKq/5X5bCxV8qAAHyMm4nPPSWCvGRCfx0a1kwr/c=";
cargoHash = "sha256-hqS48CYlScvJiT276cAZHiilxz/Gu95WThfSj8aj0BQ=";

meta = with lib; {
description = "File-tree visualizer and disk usage analyzer";
homepage = "https://github.com/solidiquis/erdtree";
changelog = "https://github.com/solidiquis/erdtree/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ zendo ];
maintainers = with maintainers; [ figsoda zendo ];
mainProgram = "et";
};
}

0 comments on commit 48be87c

Please sign in to comment.