Unverified Commit f599b384 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

jellyfin: 10.9.10 -> 10.9.11; jellyfin-web: 10.9.10 -> 10.9.11 (#341352)

parents a0bc9c07 9e4ad8fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ let
in
buildNpmPackage' rec {
  pname = "jellyfin-web";
  version = "10.9.10";
  version = "10.9.11";

  src =
    assert version == jellyfin.version;
@@ -35,10 +35,10 @@ buildNpmPackage' rec {
      owner = "jellyfin";
      repo = "jellyfin-web";
      rev = "v${version}";
      hash = "sha256-6t/kCuMbSug1q1EdQFAMqf/sWa+LAO46OUG0FL84UiE=";
      hash = "sha256-zt0Exx/4B5gqiN3fxvQuVh1MqRNNtJG6/G0/reqVHRc=";
    };

  npmDepsHash = "sha256-R4myooMkKdvOFvyNqKIlZ2GozNOkg8YNTvomkt4aRIU=";
  npmDepsHash = "sha256-kQxfh8o8NBshKmmjQrLdxiOQK83LG+lxhZwzDkEJwEo=";

  npmBuildScript = [ "build:production" ];

+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

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

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin";
    rev = "v${version}";
    sha256 = "sha256-tkSQ7BKic/MD7xcvAPHeFb/RDz++KTLhmAzR4cv1q10=";
    sha256 = "sha256-gZJIsNKXwhUUVgJh8vXuGSu9DEyrVY8NuIeyZHHQKN4=";
  };

  propagatedBuildInputs = [ sqlite ];