mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
firefox: change container.json version to 5
This commit is contained in:
parent
802b3cb2d4
commit
122f70545b
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ let
|
||||||
};
|
};
|
||||||
in ''
|
in ''
|
||||||
${builtins.toJSON {
|
${builtins.toJSON {
|
||||||
version = 4;
|
version = 5;
|
||||||
lastUserContextId =
|
lastUserContextId =
|
||||||
foldlAttrs (acc: _: value: if value.id > acc then value.id else acc) 0
|
foldlAttrs (acc: _: value: if value.id > acc then value.id else acc) 0
|
||||||
containers;
|
containers;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"identities":[{"color":"yellow","icon":"circle","name":"shopping","public":true,"userContextId":0},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.thumbnail","public":false,"userContextId":4294967294},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.webextStorageLocal","public":false,"userContextId":4294967295}],"lastUserContextId":0,"version":4}
|
{"identities":[{"color":"yellow","icon":"circle","name":"shopping","public":true,"userContextId":0},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.thumbnail","public":false,"userContextId":4294967294},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.webextStorageLocal","public":false,"userContextId":4294967295}],"lastUserContextId":0,"version":5}
|
||||||
|
|
Loading…
Reference in a new issue