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

lazygit: 0.51.1 -> 0.52.0 (#414635)

parents a02164e0 b943bef6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.51.1";
  version = "0.52.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = "lazygit";
    tag = "v${version}";
    hash = "sha256-PktxVf+2xOpkZBHlm9oLV4WXoz9bNaXa+cvnI9RCcRA=";
    hash = "sha256-tbFRovaB0f+0VyX34DEXvWYjV3fipc5kbRNhm7rVMlo=";
  };

  vendorHash = null;