Loading pkgs/applications/video/jellyfin-media-player/default.nix +3 −4 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchzip , mkDerivation , stdenv , Cocoa Loading @@ -23,18 +22,18 @@ , qtwebengine , qtx11extras , jellyfin-web , withDbus ? stdenv.isLinux, dbus , withDbus ? stdenv.isLinux }: mkDerivation rec { pname = "jellyfin-media-player"; version = "1.9.1"; version = "1.10.0"; src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin-media-player"; rev = "v${version}"; sha256 = "sha256-97/9UYXOsg8v7QoRqo5rh0UGhjjS85K9OvUwtlG249c="; sha256 = "sha256-XeDyNSQpnTgV6u1vT69DEfbFHvBu1LNhvsQmKvUYq2o="; }; patches = [ Loading pkgs/applications/video/jellyfin-media-player/disable-update-notifications.patch +4 −4 Original line number Diff line number Diff line diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json index 20fff81..9979de5 100644 index 3329d0d..ccd5718 100644 --- a/resources/settings/settings_description.json +++ b/resources/settings/settings_description.json @@ -118,7 +118,7 @@ }, { @@ -127,7 +127,7 @@ "value": "checkForUpdates", "display_name": "Check For Updates", "help": "Allows user to disable update check plugin script.", - "default": true + "default": false }, Loading Loading
pkgs/applications/video/jellyfin-media-player/default.nix +3 −4 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchzip , mkDerivation , stdenv , Cocoa Loading @@ -23,18 +22,18 @@ , qtwebengine , qtx11extras , jellyfin-web , withDbus ? stdenv.isLinux, dbus , withDbus ? stdenv.isLinux }: mkDerivation rec { pname = "jellyfin-media-player"; version = "1.9.1"; version = "1.10.0"; src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin-media-player"; rev = "v${version}"; sha256 = "sha256-97/9UYXOsg8v7QoRqo5rh0UGhjjS85K9OvUwtlG249c="; sha256 = "sha256-XeDyNSQpnTgV6u1vT69DEfbFHvBu1LNhvsQmKvUYq2o="; }; patches = [ Loading
pkgs/applications/video/jellyfin-media-player/disable-update-notifications.patch +4 −4 Original line number Diff line number Diff line diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json index 20fff81..9979de5 100644 index 3329d0d..ccd5718 100644 --- a/resources/settings/settings_description.json +++ b/resources/settings/settings_description.json @@ -118,7 +118,7 @@ }, { @@ -127,7 +127,7 @@ "value": "checkForUpdates", "display_name": "Check For Updates", "help": "Allows user to disable update check plugin script.", - "default": true + "default": false }, Loading