tmuxPlugins.resurrect: unstable-2020-09-18 -> unstable-2022-05-01

This commit is contained in:
Jan Schmitt 2022-05-25 12:13:45 +02:00
parent 90df13c161
commit 17c0c51660
No known key found for this signature in database
GPG Key ID: F03E7A35B52BA595

View File

@ -408,12 +408,12 @@ in rec {
resurrect = mkTmuxPlugin {
pluginName = "resurrect";
version = "unstable-2020-09-18";
version = "unstable-2022-05-01";
src = fetchFromGitHub {
owner = "tmux-plugins";
repo = "tmux-resurrect";
rev = "e4825055c92e54b0c6ec572afc9b6c4723aba6c8";
sha256 = "0a96drkx1kpadkbxabcnvb542p75xdh2dbizvlq2lac5ldpb4hmx";
rev = "ca6468e2deef11efadfe3a62832ae67742505432";
sha256 = "0d7jg5dy4jq64679rf2zqmqbvgiqvpcj5jxfljk7d7y86dnqhj3n";
};
meta = {
homepage = "https://github.com/tmux-plugins/tmux-resurrect";