Unverified Commit 36034fbc authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

jellyfin-web: 10.8.9 -> 10.8.10

parent 9938cdd8
Loading
Loading
Loading
Loading
+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 = [