Unverified Commit 83e29f2b authored by Rémi NICOLE's avatar Rémi NICOLE Committed by GitHub
Browse files

jellyfin{,-web}: 10.11.7 -> 10.11.8 (#507129)

parents 588f7026 2cb104fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "jellyfin-web";
  version = "10.11.7";
  version = "10.11.8";

  src =
    assert finalAttrs.version == jellyfin.version;
@@ -21,7 +21,7 @@ buildNpmPackage (finalAttrs: {
      owner = "jellyfin";
      repo = "jellyfin-web";
      tag = "v${finalAttrs.version}";
      hash = "sha256-DA3UDAcaHyxJmLfw8mRgRNxwOiGu6QIm9QHDrMAaG1w=";
      hash = "sha256-Nrh4BNlhJyzj9cXQ6Yr7349r5H+4r9W3aldcg9+J6dU=";
    };

  nodejs = nodejs_20; # does not build with 22
@@ -31,7 +31,7 @@ buildNpmPackage (finalAttrs: {
      --replace-fail "git describe --always --dirty" "echo ${finalAttrs.src.rev}" \
  '';

  npmDepsHash = "sha256-U90aZ3Kym0yxcsNUSAdm3P3XU6Nb2GjEru64wODrm8M=";
  npmDepsHash = "sha256-oxytp6n/4X1bhpfFqpqMAji86sbjV669F324zY3hoK4=";

  preBuild = ''
    # using sass-embedded fails at executing node_modules/sass-embedded-linux-x64/dart-sass/src/dart
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildDotnetModule (finalAttrs: {
  pname = "jellyfin";
  version = "10.11.7"; # ensure that jellyfin-web has matching version
  version = "10.11.8"; # ensure that jellyfin-web has matching version

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin";
    tag = "v${finalAttrs.version}";
    hash = "sha256-u2J55xGjjHwT+nrGvmO01JUS9edaxzYcTdoau3xqnDM=";
    hash = "sha256-wBf561mZvC65Hu4MHHSu8YeILQDp/WN9vGA+JxGXwE8=";
  };

  propagatedBuildInputs = [ sqlite ];