Unverified Commit 6bc9ff3c authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

lazygit: 0.61.0 -> 0.61.1 (#509731)

parents 71b07474 3dc87b0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "lazygit";
  version = "0.61.0";
  version = "0.61.1";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = "lazygit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-G7JulCK9WUVWbp1V7lYuM3fehCdn1cNAJHYjr3aKDvQ=";
    hash = "sha256-sFmOHsYs39i4mSH/CnetWFBQBviv5QsP0qfCSkaEJZE=";
  };

  vendorHash = null;