tmuxPlugins.lazy-restore: 0.1.1 -> 0.1.2

Simple version bump for fixing issue as described here "https://github.com/bcampolo/tmux-lazy-restore/issues/1#issuecomment-3652841793"
This commit is contained in:
Petingoso
2026-02-12 00:10:00 +00:00
committed by GitHub
parent d6c7193213
commit db10d2ecc8
+2 -2
View File
@@ -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 = ''