Unverified Commit ebab82f9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

lazygit: 0.49.0 -> 0.50.0 (#403809)

parents 4a3f7c41 49c08e3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.49.0";
  version = "0.50.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-hNEznDz+DHalKgmz1fXFivf9T1YJ/jfwcD4baTUO4Cw=";
    hash = "sha256-LxPKV6Zt4R+gsZAp7FXqWnAXjEoaFTn44qJBOpbh0P8=";
  };

  vendorHash = null;