Unverified Commit 5d27ab8d authored by isabel's avatar isabel
Browse files

lazygit: 0.42.0 -> 0.43.1

parent 606f9e48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.42.0";
  version = "0.43.1";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-w5QL+CuMYyTTnNAfWF8jQuQWfjxaw7bANK69Dc+onGk=";
    hash = "sha256-iFx/ffaijhOqEDRW1QVzhQMvSgnS4lKFOzq1YdlkUzc=";
  };

  vendorHash = null;