Commit 795c9ef3 authored by nyanloutre's avatar nyanloutre
Browse files

jellyfin: 10.11.0 -> 10.11.1

parent ca2e9413
Loading
Loading
Loading
Loading
+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 ];