about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMasum Reza <50095635+JohnRTitor@users.noreply.github.com>2024-06-20 23:52:20 +0530
committerGitHub <noreply@github.com>2024-06-20 23:52:20 +0530
commit19be9b98eb67d85136e08c61dc148ebc4d648e08 (patch)
treee7853b3abcbbe27e3d1733bb95c0a2b6b3346361 /pkgs/applications
parent190e9e5ee04dd649e0106e4722d9d908a7e55ce4 (diff)
parent82d8d5016f5c1e35583e5e5dec28e5dd52a7f945 (diff)
Merge pull request #319722 from Xelden/mpv-thumbnail
mpvScripts.thumbnail: 0.5.3 -> 0.5.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/mpv/scripts/thumbnail.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/scripts/thumbnail.nix b/pkgs/applications/video/mpv/scripts/thumbnail.nix
index 51784f012f68b..fc37b1a50dea8 100644
--- a/pkgs/applications/video/mpv/scripts/thumbnail.nix
+++ b/pkgs/applications/video/mpv/scripts/thumbnail.nix
@@ -8,13 +8,13 @@
 
 buildLua rec {
   pname = "mpv-thumbnail-script";
-  version = "0.5.3";
+  version = "0.5.4";
 
   src = fetchFromGitHub {
     owner = "marzzzello";
     repo = "mpv_thumbnail_script";
     rev = version;
-    sha256 = "sha256-J24Rou7BTE7zoiPlBkWuO9dtYJiuzkuwB4FROuzXzag=";
+    sha256 = "sha256-nflavx25skLj9kitneL6Uz3zI2DyMMhQC595npofzbQ=";
   };
   passthru.updateScript = gitUpdater { };