···614614 <listitem>
615615 <para>
616616 The <literal>staticjinja</literal> package has been upgraded
617617- from 1.0.4 to 4.1.0
617617+ from 1.0.4 to 4.1.1
618618 </para>
619619 </listitem>
620620 <listitem>
+1-1
nixos/doc/manual/release-notes/rl-2111.section.md
···202202 Superuser created successfully.
203203 ```
204204205205-- The `staticjinja` package has been upgraded from 1.0.4 to 4.1.0
205205+- The `staticjinja` package has been upgraded from 1.0.4 to 4.1.1
206206207207- Firefox v91 does not support addons with invalid signature anymore. Firefox ESR needs to be used for nix addon support.
208208
···776776 ];
777777 });
778778779779+ vim-fzf-coauthorship = super.vim-fzf-coauthorship.overrideAttrs (old: {
780780+ dependencies = with self; [ fzf-vim ];
781781+ });
782782+779783 # change the go_bin_path to point to a path in the nix store. See the code in
780784 # fatih/vim-go here
781785 # https://github.com/fatih/vim-go/blob/155836d47052ea9c9bac81ba3e937f6f22c8e384/autoload/go/path.vim#L154-L159