tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mpvScripts.modernz: 0.2.7 -> 0.2.8
R. Ryantm
9 months ago
07cbd331
72d75213
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
mpv
scripts
modernz.nix
+2
-2
pkgs/applications/video/mpv/scripts/modernz.nix
···
7
7
}:
8
8
buildLua (finalAttrs: {
9
9
pname = "modernz";
10
10
-
version = "0.2.7";
10
10
+
version = "0.2.8";
11
11
12
12
scriptPath = "modernz.lua";
13
13
src = fetchFromGitHub {
14
14
owner = "Samillion";
15
15
repo = "ModernZ";
16
16
rev = "v${finalAttrs.version}";
17
17
-
hash = "sha256-BMxwQa+G8FiTl3qpoFxz1czZH1UweTYPwN9tDluQFBo=";
17
17
+
hash = "sha256-pQttcfCaw9K8BD/T2CZdRAb9QEFobyeUj/KmNStgzEg=";
18
18
};
19
19
20
20
postInstall = ''