about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorXelden <anpiz@protonmail.com>2024-06-14 00:02:43 -0500
committerXelden <anpiz@protonmail.com>2024-06-14 00:02:43 -0500
commit82d8d5016f5c1e35583e5e5dec28e5dd52a7f945 (patch)
tree68b41e9a905444eb8ffc2456a14009f87c543d3f /pkgs/applications/video
parent2cf330cc7be5710b065c42ddc81e7cea027c252d (diff)
mpvScripts.thumbnail: 0.5.3 -> 0.5.4
Diffstat (limited to 'pkgs/applications/video')
-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 { };