Unverified Commit e78d25df authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #227830 from Kranzes/jellyfin

jellyfin{,-web}: 10.8.9 -> 10.8.10
parents 75e62acf a5cbcee7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildDotnetModule rec {
  pname = "jellyfin";
  version = "10.8.9"; # ensure that jellyfin-web has matching version
  version = "10.8.10"; # ensure that jellyfin-web has matching version

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin";
    rev = "v${version}";
    sha256 = "kvtC9qtVuewR9W6sq963/tNgZbWSpygpBqcXnHuvX0Q=";
    sha256 = "uX56TSyi0V0Rs6R3A8QHZrjTIHUZobLYIgG+nZDE3Hg=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
@@ -11817,8 +11817,8 @@ let
  args = {
    name = "jellyfin-web";
    packageName = "jellyfin-web";
    version = "10.8.9";
    src = ../../../../../../../nix/store/yvn7h8hrydjxiw23fhqj5ya6yilj0d57-source;
    version = "10.8.10";
    src = ../../../../../../../nix/store/l77pzlsdcdhb2lyan89wpw111nvf348l-source;
    dependencies = [
      sources."@ampproject/remapping-2.1.2"
      (sources."@apideck/better-ajv-errors-0.3.3" // {
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "jellyfin-web";
  version = "10.8.9";
  version = "10.8.10";

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin-web";
    rev = "v${version}";
    sha256 = "hHZ8HVf8fidd5VPs06kB3/BHBHFxoV3fVObBesqfRJo=";
    sha256 = "fJmGiHLwhgd3Ac7ggCbkMu6llob3qN87EpHpCO4K29I=";
  };

  nativeBuildInputs = [