Unverified Commit f0ae65de authored by Minijackson's avatar Minijackson
Browse files

jellyfin: 10.8.10 -> 10.8.11

parent 397b1733
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

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

  src = fetchFromGitHub {
    owner = "jellyfin";
    repo = "jellyfin";
    rev = "v${version}";
    sha256 = "uX56TSyi0V0Rs6R3A8QHZrjTIHUZobLYIgG+nZDE3Hg=";
    sha256 = "deJv2lWo0kXGixCBJzfdIBZcNjg45y2ITGQfWcM2smU=";
  };

  patches = [