lazygit 0.38.1 -> 0.38.2 https://repology.org/project/lazygit/versions attrpath: lazygit Checking auto update branch... No auto update branch exists Old version 0.38.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "lazygit"; version = "0.38.2"; src = fetchFromGitHub { owner = "jesseduffield"; repo = pname; rev = "v${version}"; sha256 = "sha256-HxOM2M2EoeM0IHCrFQqLdP9Rai6DbC1uRG0CiQyqRdE="; }; vendorHash = null; subPackages = [ "." ]; ldflags = [ "-X main.version=${version}" "-X main.buildSource=nix" ]; meta = with lib; { 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; [ equirosa Br1ght0ne ]; }; }