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 350ff84 + 6196b68 commit 7ef6be4Copy full SHA for 7ef6be4
pkgs/applications/video/mpv/scripts/modernz.nix
@@ -7,14 +7,14 @@
7
}:
8
buildLua (finalAttrs: {
9
pname = "modernx";
10
- version = "0.2.4";
+ version = "0.2.5";
11
12
scriptPath = "modernz.lua";
13
src = fetchFromGitHub {
14
owner = "Samillion";
15
repo = "ModernZ";
16
rev = "v${finalAttrs.version}";
17
- hash = "sha256-njFVAxrO5mGaf5zSA4EZN31SakWcroBZuGXYvTnqi68=";
+ hash = "sha256-7qzN9GiZbqzQMY2a0+CgXWirv7FUwIQbmH7ZzknlHlU=";
18
};
19
20
postInstall = ''
0 commit comments