We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b4b93 + 9f3e45b commit edd4968Copy full SHA for edd4968
pkgs/applications/video/mpv/scripts/occivink.nix
@@ -19,12 +19,12 @@ let
19
let
20
self = rec {
21
pname = camelToKebab name;
22
- version = "0-unstable-2024-01-11";
+ version = "0-unstable-2025-03-09";
23
src = fetchFromGitHub {
24
owner = "occivink";
25
repo = "mpv-scripts";
26
- rev = "d0390c8e802c2e888ff4a2e1d5e4fb040f855b89";
27
- hash = "sha256-pc2aaO7lZaoYMEXv5M0WI7PtmqgkNbdtNiLZZwVzppM=";
+ rev = "65aa1da29570e9c21b49292725ec5dd719ab6bb4";
+ hash = "sha256-pca24cZY2ZNxkY1XP2T2WKo1UbD8gsGn+EskGH+CggE=";
28
};
29
passthru.updateScript = unstableGitUpdater { };
30
0 commit comments