Unverified Commit 3ae8e312 authored by Rémi NICOLE's avatar Rémi NICOLE Committed by GitHub
Browse files

jellyfin{,-web}: 10.11.0 -> 10.11.1 (#456124)

parents 32208dfc 795c9ef3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:
buildNpmPackage rec {
  pname = "jellyfin-web";
  version = "10.11.0";
  version = "10.11.1";

  src =
    assert version == jellyfin.version;
@@ -21,7 +21,7 @@ buildNpmPackage rec {
      owner = "jellyfin";
      repo = "jellyfin-web";
      rev = "v${version}";
      hash = "sha256-LcZNfFXM2dFHeUheSnri1t4eBYvlCfF2wlaqWlh+U7A=";
      hash = "sha256-1T2+9o/K8w7Roflb/LWOYabuol14fHK4fnMxkrf2L88=";
    };

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

  npmDepsHash = "sha256-w3xMbkxNGFEBR2K1PhJW6pr943DfJvyQvILiF0VuLlw=";
  npmDepsHash = "sha256-5vNlT9RhY/I+nHVjMfJAsBqPT8ndOJe4KO0Ysl2t1tY=";

  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
@@ -1346,8 +1346,8 @@
  },
  {
    "pname": "z440.atl.core",
    "version": "7.5.0",
    "hash": "sha256-denTZd9A4zV2Plg7PtRf6bc1gzXzxgTWPp1bs1NShwA="
    "version": "7.6.0",
    "hash": "sha256-J5wLcYuVNETDwrokDGWM5qcKGO4xyJFjJRe2F/v7OxA="
  },
  {
    "pname": "zlib.net-mutliplatform",
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

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

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin";
    rev = "v${version}";
    hash = "sha256-8kvN2ZugmjjgSMepDdP9tc48362b6w+RpIsp/IXaivM=";
    hash = "sha256-8D8cwAqu+cfTR1SwwHTtPnMG2iaLTWSYoAig6g2jsTA=";
  };

  propagatedBuildInputs = [ sqlite ];