Skip to content

Commit

Permalink
distrobox-tui: 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
  • Loading branch information
phanirithvij committed Mar 11, 2025
1 parent de166a3 commit 174b102
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pkgs/by-name/di/distrobox-tui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@

buildGoModule rec {
pname = "distrobox-tui";
version = "0.1.0";
version = "0.2.0";

src = fetchFromGitHub {
owner = "phanirithvij";
repo = "distrobox-tui";
rev = "v${version}";
hash = "sha256-J5stvhUNaU9YMczE56vC5bw2g67zsdVWiCi8k6KV/pU=";
hash = "sha256-uOeJ9f2yXszGUYTxMLwvXCRkmT9Uo7mkZVhpf5HVhbg=";
};

vendorHash = "sha256-F7X3FBM/F0uPxbM3en0sk9a58O/meKnVsASgIlL7FCo=";
vendorHash = "sha256-y64KqlJsZ8aVK7oBcduEC8VvbutoRC15LMUeZdokPfY=";

ldflags = [ "-s" ];

meta = with lib; {
description = "A TUI for DistroBox";
meta = {
changelog = "https://github.com/phanirithvij/distrobox-tui/releases/tag/v${version}";
description = "A TUI for DistroBox";
homepage = "https://github.com/phanirithvij/distrobox-tui";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ phanirithvij ];
license = lib.licenses.gpl3Plus;
mainProgram = "distrobox-tui";
maintainers = with lib.maintainers; [ phanirithvij ];
sourceProvenance = [ lib.sourceTypes.fromSource ];
};
}

0 comments on commit 174b102

Please sign in to comment.