Unverified Commit e3c771f8 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

lazygit: 0.39.4 -> 0.40.0

parent 82326d67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "lazygit";
  version = "0.39.4";
  version = "0.40.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-1eJmnLsQrcGw+A0rGXfZUFHwJAthZSNhNcc2zt/dx5M=";
    hash = "sha256-UGIqrdjIP7AyLck1DT38wS48hSn46uZXcMrSehXOui8=";
  };

  vendorHash = null;