summary refs log tree commit diff
path: root/pkgs/development/tools/lazygit/default.nix
diff options
context:
space:
mode:
authorEduardo Quiros <eduardo@eduardoquiros.com>2019-12-03 00:16:25 -0600
committerMatthieu Coudron <coudron@iij.ad.jp>2019-12-03 14:55:27 +0100
commit8e72ad4fbcfa58e16700ae4eae54a8d7264691e9 (patch)
tree1920f22b0aeb219abe346e070966796a50fb6366 /pkgs/development/tools/lazygit/default.nix
parent3806eff9ca233b9b3580a8421b52c2db8e60c6bf (diff)
downloadnixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar.gz
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar.bz2
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar.lz
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar.xz
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.tar.zst
nixpkgs-8e72ad4fbcfa58e16700ae4eae54a8d7264691e9.zip
lazygit 0.8 -> 0.11.3
Diffstat (limited to 'pkgs/development/tools/lazygit/default.nix')
-rw-r--r--pkgs/development/tools/lazygit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/lazygit/default.nix b/pkgs/development/tools/lazygit/default.nix
index f91938fb62e..c98a0a79705 100644
--- a/pkgs/development/tools/lazygit/default.nix
+++ b/pkgs/development/tools/lazygit/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "lazygit";
-  version = "0.8";
+  version = "0.11.3";
 
   goPackagePath = "github.com/jesseduffield/lazygit";
 
@@ -12,13 +12,13 @@ buildGoPackage rec {
     owner = "jesseduffield";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0zynw5gr96a59x1qshzhhvld883ndf1plnw6l9dbhmff0wcfv6l1";
+    sha256 = "0v765f93hkq94bmzfwkkb9ndbfka415sxyi01679fg860746rl6l";
   };
 
   meta = with stdenv.lib; {
     description = "Simple terminal UI for git commands";
     homepage = "https://github.com/jesseduffield/lazygit";
     license = licenses.mit;
-    maintainers = with maintainers; [ fpletz ];
+    maintainers = with maintainers; [ fpletz equirosa ];
   };
 }