lazygit: remove with lib

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2024-12-02 21:14:53 +05:30
parent 868ae9a62f
commit a5291b34f8
+4 -4
View File
@@ -13,7 +13,7 @@ buildGo122Module rec {
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-BP5PMgRq8LHLuUYDrWaX1PgfT9VEhj3xeLE2aDMAPF0=";
};
@@ -27,12 +27,12 @@ buildGo122Module rec {
passthru.tests.version = testers.testVersion { package = lazygit; };
meta = with lib; {
meta = {
description = "Simple terminal UI for git commands";
homepage = "https://github.com/jesseduffield/lazygit";
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
equirosa
khaneliman