about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-02-07 17:33:10 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-04-30 19:10:18 +0200
commitb606dd7ed557fd4ac09a5ffb3992c28786ec5cdd (patch)
tree0583dd52f463eb8ba01ce036d08d2196131857b7 /pkgs/applications/video/mpv/scripts
parentd1e16a6801b36bc0ac4fbdb8e816acdc4daa053b (diff)
mpvScripts.quack: unstable-2020-05-26 -> 0-unstable-2020-05-27
Diffstat (limited to 'pkgs/applications/video/mpv/scripts')
-rw-r--r--pkgs/applications/video/mpv/scripts/quack.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/quack.nix b/pkgs/applications/video/mpv/scripts/quack.nix
index e7138de928779..1f0546d31dc03 100644
--- a/pkgs/applications/video/mpv/scripts/quack.nix
+++ b/pkgs/applications/video/mpv/scripts/quack.nix
@@ -6,7 +6,7 @@
 buildLua rec {
   pname = "mpv-quack";
 
-  version = "unstable-2020-05-26";
+  version = "0-unstable-2020-05-27";
   src = fetchFromGitHub {
     owner = "CounterPillow";
     repo  = pname;