Unverified Commit 594a690b authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

lazygit: 0.60.0 -> 0.61.0 (#507391)

parents 1192ccd7 ac5883b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "lazygit";
  version = "0.60.0";
  version = "0.61.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = "lazygit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-BTcm3wF0bXIGsheDUv437aGO2TgU+oKXYqfagW0N8DQ=";
    hash = "sha256-G7JulCK9WUVWbp1V7lYuM3fehCdn1cNAJHYjr3aKDvQ=";
  };

  vendorHash = null;