roundcubePlugins.persistent_login: 5.2.0 -> 5.3.0

This commit is contained in:
rembo10 2022-03-06 21:50:01 +05:30
parent 84bb553b7b
commit a9d32d7889

View File

@ -2,12 +2,12 @@
roundcubePlugin rec {
pname = "persistent_login";
version = "5.2.0";
version = "5.3.0";
src = fetchFromGitHub {
owner = "mfreiholz";
repo = pname;
rev = "version-${version}";
sha256 = "0aasc2ns318s1g8vf2hhqwsplchhrhv5cd725rnfldim1y8k0n1i";
sha256 = "1qf7q1sypwa800pgxa3bg6ngcpkf4dqgg6jqx8cnd6cb7ikbfldb";
};
}