jellyfin-media-player-qt6: bump

This commit is contained in:
2023-06-25 22:04:38 +00:00
parent 71e0942cc2
commit afce50b56d

View File

@@ -20,14 +20,14 @@
owner = "jellyfin"; owner = "jellyfin";
repo = "jellyfin-media-player"; repo = "jellyfin-media-player";
rev = "qt6"; rev = "qt6";
hash = "sha256-saR/P2daqjF0G8N7BX6Rtsb1dWGjdf5MPDx1lhoioEw="; hash = "sha256-CXuK6PLGOiBDbnLqXcr5sUtQmXksMc6X6GKVMEzmu30=";
}; };
# nixos ships two patches: # nixos ships two patches:
# - the first fixes "web paths" and has *mostly* been upstreamed (so skip and manually tweak a bit) # - the first fixes "web paths" and has *mostly* been upstreamed (so skip and manually tweak a bit)
# - the second disables auto-update notifications (keep) # - the second disables auto-update notifications (keep)
patches = (builtins.tail upstream.patches) ++ [ patches = (builtins.tail upstream.patches) ++ [
./0001-fix-web-path.patch ./0001-fix-web-path.patch
./0002-qt6-build-fixes.patch # ./0002-qt6-build-fixes.patch
# ./0003-qt6-components-webengine.patch # ./0003-qt6-components-webengine.patch
]; ];
buildInputs = [ buildInputs = [