winbox and build fix

This commit is contained in:
Jakub Kropáček 2025-08-06 11:54:03 +02:00
parent 992f689fb0
commit c2521aa6cc
Signed by: JustScreaMy
GPG key ID: 4EC6A2C45D75FC86
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ in
helvum
pulseeffects-legacy
mixxx
winbox4
];
services.syncthing = {
enable = true;

View file

@ -14,7 +14,7 @@ in
patches = (oldAttrs.patches or [ ]) ++ [
(final.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1867.patch";
hash = "sha256-+Is4HOGAXS9q2L7s/D+9J5BpKYK6Tiho5xzTAEJGUWA=";
hash = "sha256-ONjSInJ7M8niL5xWaNk5Z16ZMcM/A7M7bHTrgCFjrts=";
})
];
});