Unverified Commit ed977d4e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tmuxPlugins.lazy-restore: 0.1.1 -> 0.1.2 (#489587)

parents 80bc26aa db10d2ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -445,12 +445,12 @@ in
  lazy-restore = mkTmuxPlugin rec {
    pluginName = "lazy-restore";
    rtpFilePath = "tmux-lazy-restore.tmux";
    version = "0.1.1";
    version = "0.1.2";
    src = fetchFromGitHub {
      owner = "bcampolo";
      repo = "tmux-lazy-restore";
      tag = "v${version}";
      hash = "sha256-rI9KhV6CiAHTErOKuTla+xVbpiP8RK9wu6goxCKhKiA=";
      hash = "sha256-LLXGXJzIB2I0NMbWTh2DtLTAyC+JMzNM//SbKtFd9nM=";
    };
    nativeBuildInputs = [ pkgs.makeWrapper ];
    postInstall = ''