about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-12 21:51:26 +0200
committerGitHub <noreply@github.com>2024-06-12 21:51:26 +0200
commit9d0b1700fbb4bffea4ed4f30706113f6f17ce19a (patch)
treed3fc27093f966b3f335d9aa5de80837de689a6ca /pkgs/applications/video
parentddd55e57e2e4fe00689550c16da2945781166fbc (diff)
parentda11bdb8ba2bf991dc53c585711836cdf9621c90 (diff)
downloadnixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar.gz
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar.bz2
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar.lz
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar.xz
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.tar.zst
nixlib-9d0b1700fbb4bffea4ed4f30706113f6f17ce19a.zip
Merge pull request #318155 from r-ryantm/auto-update/jellyfin-mpv-shim
jellyfin-mpv-shim: 2.7.0.post2 -> 2.8.0
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/jellyfin-mpv-shim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/jellyfin-mpv-shim/default.nix b/pkgs/applications/video/jellyfin-mpv-shim/default.nix
index d2ada06c4fc2..fe32c894c741 100644
--- a/pkgs/applications/video/jellyfin-mpv-shim/default.nix
+++ b/pkgs/applications/video/jellyfin-mpv-shim/default.nix
@@ -18,11 +18,11 @@
 
 buildPythonApplication rec {
   pname = "jellyfin-mpv-shim";
-  version = "2.7.0.post2";
+  version = "2.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-N41soGiEdRJDDYTEJb/wG0enigH+UL35xNz52u/wjDo=";
+    sha256 = "sha256-EANaNmvD8hcdGB2aoGemKvA9syS1VvIqGsP1jk0b+lE=";
   };
 
   nativeBuildInputs = [