Merge pull request #163108 from rembo10/persistent_login
roundcubePlugins.persistent_login: 5.2.0 -> 5.3.0
This commit is contained in:
commit
3c9808aff1
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
roundcubePlugin rec {
|
roundcubePlugin rec {
|
||||||
pname = "persistent_login";
|
pname = "persistent_login";
|
||||||
version = "5.2.0";
|
version = "5.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfreiholz";
|
owner = "mfreiholz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "version-${version}";
|
rev = "version-${version}";
|
||||||
sha256 = "0aasc2ns318s1g8vf2hhqwsplchhrhv5cd725rnfldim1y8k0n1i";
|
sha256 = "1qf7q1sypwa800pgxa3bg6ngcpkf4dqgg6jqx8cnd6cb7ikbfldb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue