about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-26 12:01:46 +0000
committerGitHub <noreply@github.com>2023-11-26 12:01:46 +0000
commitb7dae23e9dd18a4ee982946bbe56c4ae0271afc4 (patch)
tree20ac07e51f2c528f070307828cb7aae2d61a3e80 /pkgs/servers
parent2b4474bb1b629d0b448aa869fe27e15354d244ad (diff)
parent526acd39a2c1cb3a7dfb7d11ec8d1edd241b379f (diff)
downloadnixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar.gz
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar.bz2
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar.lz
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar.xz
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.tar.zst
nixlib-b7dae23e9dd18a4ee982946bbe56c4ae0271afc4.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/jellyfin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/jellyfin/default.nix b/pkgs/servers/jellyfin/default.nix
index 9d846ba8a8df..23950d3a9e4d 100644
--- a/pkgs/servers/jellyfin/default.nix
+++ b/pkgs/servers/jellyfin/default.nix
@@ -14,13 +14,13 @@
 
 buildDotnetModule rec {
   pname = "jellyfin";
-  version = "10.8.11"; # ensure that jellyfin-web has matching version
+  version = "10.8.12"; # ensure that jellyfin-web has matching version
 
   src = fetchFromGitHub {
     owner = "jellyfin";
     repo = "jellyfin";
     rev = "v${version}";
-    sha256 = "deJv2lWo0kXGixCBJzfdIBZcNjg45y2ITGQfWcM2smU=";
+    sha256 = "aou73pgusNIEyRxzNalfow/PThgK6Gn6XiylBoRwR1w=";
   };
 
   patches = [