roundcubePlugins.persistent_login: 5.1.0 -> 5.2.0
https://github.com/mfreiholz/persistent_login/releases/tag/version-5.2.0
This commit is contained in:
parent
16658adcc4
commit
ddb49be96e
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
roundcubePlugin rec {
|
roundcubePlugin rec {
|
||||||
pname = "persistent_login";
|
pname = "persistent_login";
|
||||||
version = "5.1.0";
|
version = "5.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfreiholz";
|
owner = "mfreiholz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "version-${version}";
|
rev = "version-${version}";
|
||||||
sha256 = "1k2jgbshwig8q5l440y59pgwbfbc0pdrjbpihba834a4pm0y6anl";
|
sha256 = "0aasc2ns318s1g8vf2hhqwsplchhrhv5cd725rnfldim1y8k0n1i";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user