Skip to content

Commit 7ef6be4

Browse files
authored
mpvScripts.modernz: 0.2.4 -> 0.2.5 (NixOS#378085)
2 parents 350ff84 + 6196b68 commit 7ef6be4

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 = "modernx";
10-
version = "0.2.4";
10+
version = "0.2.5";
1111

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

2020
postInstall = ''

0 commit comments

Comments
 (0)