Commit b077ad8b authored by nicoo's avatar nicoo
Browse files

mpvScripts.eisa01: avoid downloading screenshots and videos

parent cfb1af2b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -18,7 +18,12 @@ let
          owner = "Eisa01";
          repo = "mpv-scripts";
          rev = "48d68283cea47ff8e904decc9003b3abc3e2123e";
          hash = "sha256-95CAKjBRELX2f7oWSHFWJnI0mikAoxhfUphe9k51Qf4=";
          hash = "sha256-edJfotlC5T8asqPIygR67BEWjP4i54Wx54StLfjpc48=";
          # avoid downloading screenshots and videos
          sparseCheckout = [
            "scripts/"
            "script-opts/"
          ];
        };
        passthru.updateScript = unstableGitUpdater { };