···11{ lib, fetchurl }:2233let44- version = "14.000";44+ version = "15.000";55in fetchurl {66 name = "last-resort-${version}";77···1313 '';14141515 recursiveHash = true;1616- sha256 = "sha256-rb69V4oExSFx4GpedpyVvGuS6o+MxmxTCSZhoe9kUhI=";1616+ sha256 = "sha256-mkRIA6Hajl5e9j/qb3WSKaIaHmekjl5wGUSszWMfmjw=";17171818 meta = with lib; {1919 description = "Fallback font of last resort";
+47
pkgs/data/icons/rose-pine/default.nix
···11+{ stdenvNoCC22+, lib33+, fetchFromGitHub44+, gtk355+}:66+77+stdenvNoCC.mkDerivation rec {88+ pname = "rose-pine-icon-theme";99+ version = "unstable-2022-09-01";1010+1111+ src = fetchFromGitHub {1212+ owner = "rose-pine";1313+ repo = "gtk";1414+ rev = "7a4c40989fd42fd8d4a797f460c79fc4a085c304";1515+ sha256 = "0q74wjyrsjyym770i3sqs071bvanwmm727xzv50wk6kzvpyqgi67";1616+ };1717+1818+ nativeBuildInputs = [1919+ gtk32020+ ];2121+2222+ # avoid the makefile which is only for the theme maintainers2323+ dontBuild = true;2424+2525+ installPhase = ''2626+ runHook preInstall2727+2828+ mkdir -p $out/share/icons2929+ mv icons/rose-pine-icons $out/share/icons/rose-pine3030+ mv icons/rose-pine-dawn-icons $out/share/icons/rose-pine-dawn3131+ mv icons/rose-pine-moon-icons $out/share/icons/rose-pine-moon3232+3333+ for theme in $out/share/icons/*; do3434+ gtk-update-icon-cache $theme3535+ done3636+3737+ runHook postInstall3838+ '';3939+4040+ meta = with lib; {4141+ description = "Rosé Pine icon theme for GTK";4242+ homepage = "https://github.com/rose-pine/gtk";4343+ license = licenses.gpl3Only;4444+ platforms = platforms.linux;4545+ maintainers = with maintainers; [romildo the-argus];4646+ };4747+}
···14141515buildDotnetModule rec {1616 pname = "jellyfin";1717- version = "10.8.8"; # ensure that jellyfin-web has matching version1717+ version = "10.8.9"; # ensure that jellyfin-web has matching version18181919 src = fetchFromGitHub {2020 owner = "jellyfin";2121 repo = "jellyfin";2222 rev = "v${version}";2323- sha256 = "3+JwcHZGENX9PgHdtRmzffi6p2p68Ngs3WOiEwAY8zU=";2323+ sha256 = "kvtC9qtVuewR9W6sq963/tNgZbWSpygpBqcXnHuvX0Q=";2424 };25252626 patches = [
+4-2
pkgs/servers/jellyfin/disable-warnings.patch
···11diff --git a/jellyfin.ruleset b/jellyfin.ruleset22-index 5ac5f4923..88621857b 10064422+index 1c834de82..bf70fef1e 10064433--- a/jellyfin.ruleset44+++ b/jellyfin.ruleset55-@@ -54,6 +54,31 @@55+@@ -54,6 +54,33 @@66 <Rule Id="SA1602" Action="None" />77 <!-- disable warning SA1633: The file header is missing or not located at the top of the file -->88 <Rule Id="SA1633" Action="None" />···3131+ <Rule Id="SA1208" Action="None" />3232+ <!-- disable warning SA1208: The property's documentation summary text should begin with: 'Gets a value indicating whether' -->3333+ <Rule Id="SA1623" Action="None" />3434++ <!-- disable warning SA1625: Element documentation should not be copied and pasted -->3535++ <Rule Id="SA1625" Action="None" />3436 </Rules>35373638 <Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.Design">
+2-2
pkgs/servers/jellyfin/node-deps.nix
···1181711817 args = {1181811818 name = "jellyfin-web";1181911819 packageName = "jellyfin-web";1182011820- version = "10.8.8";1182111821- src = ../../../../../../../nix/store/bbsfbkaiq91gnf5ffcyh4gl8r9mqlyc4-source;1182011820+ version = "10.8.9";1182111821+ src = ../../../../../../../nix/store/yvn7h8hrydjxiw23fhqj5ya6yilj0d57-source;1182211822 dependencies = [1182311823 sources."@ampproject/remapping-2.1.2"1182411824 (sources."@apideck/better-ajv-errors-0.3.3" // {