···2727}:
28282929let
3030- version = "1.12.1";
3030+ version = "1.13.0";
31313232 # build stimuli file for PGO build and the script to generate it
3333 # independently of the foot's build, so we can cache the result
···9999 owner = "dnkl";
100100 repo = pname;
101101 rev = version;
102102- sha256 = "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk";
102102+ sha256 = "0cc262jpqp8l25p04pcqh3w671gw0p1d2zrr3d34ch8k9c6s4nzq";
103103 };
104104105105 depsBuildBuild = [
···144144 mesonBuildType = "release";
145145146146 # See https://codeberg.org/dnkl/foot/src/tag/1.9.2/INSTALL.md#options
147147- # TODO(@sternenseemann): install systemd user units
148147 mesonFlags = [
149148 # Use lto
150149 "-Db_lto=true"
···154153 "-Ddefault-terminfo=foot"
155154 # Tell foot to set TERMINFO and where to install the terminfo files
156155 "-Dcustom-terminfo-install-location=${terminfoDir}"
156156+ # Install systemd user units for foot-server
157157+ "-Dsystemd-units-dir=${placeholder "out"}/lib/systemd/user"
157158 ];
158159159160 # build and run binary generating PGO profiles,