Skip to content

Commit 270903c

Browse files
authored
mpvScripts.mpvacious: 0.37 → 0.38 (#384465)
1 parent 6b645ff commit 270903c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/mpv/scripts/mpvacious.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildLua rec {
1212
pname = "mpvacious";
13-
version = "0.37";
13+
version = "0.38";
1414

1515
src = fetchFromGitHub {
1616
owner = "Ajatt-Tools";
1717
repo = "mpvacious";
1818
rev = "v${version}";
19-
sha256 = "sha256-sT74uDGtEUSDMJqSTJ6bI9XvdpRnQDNvKebWMx0CRcE=";
19+
sha256 = "sha256-x0ZljJSNlkIszUJy2FUCZMd6Vud08YnCJs7DmT4o/fA=";
2020
};
2121
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
2222

0 commit comments

Comments
 (0)