lazygit: 0.50.0 -> 0.51.0 (#409764)

authored by

Austin Horstman and committed by
GitHub
1ca37052 d68ce45f

+2 -2
+2 -2
pkgs/by-name/la/lazygit/package.nix
··· 8 8 }: 9 9 buildGoModule rec { 10 10 pname = "lazygit"; 11 - version = "0.50.0"; 11 + version = "0.51.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "jesseduffield"; 15 15 repo = pname; 16 16 tag = "v${version}"; 17 - hash = "sha256-LxPKV6Zt4R+gsZAp7FXqWnAXjEoaFTn44qJBOpbh0P8="; 17 + hash = "sha256-wX+FYTVn9XwEdMGsNPT+v0ZuSXGydzuzFiwFrw8AZ5A="; 18 18 }; 19 19 20 20 vendorHash = null;