Skip to content

Commit 28009a1

Browse files
committed
mpvScripts.modernz: 0.2.5 -> 0.2.6
1 parent 6caa744 commit 28009a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
}:
88
buildLua (finalAttrs: {
99
pname = "modernz";
10-
version = "0.2.5";
10+
version = "0.2.6";
1111

1212
scriptPath = "modernz.lua";
1313
src = fetchFromGitHub {
1414
owner = "Samillion";
1515
repo = "ModernZ";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-7qzN9GiZbqzQMY2a0+CgXWirv7FUwIQbmH7ZzknlHlU=";
17+
hash = "sha256-Ni3Rd7omNv7GGS/fF9JBERpwi1CwlFg/ju3OIQmZNmQ=";
1818
};
1919

2020
postInstall = ''

0 commit comments

Comments
 (0)