File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 33 stdenvNoCC ,
44 fetchurl ,
55 undmg ,
6+ nix-update-script ,
67} :
78stdenvNoCC . mkDerivation ( finalAttrs : {
89 pname = "mos" ;
9- version = "3.4.1 " ;
10+ version = "3.5.0 " ;
1011
1112 src = fetchurl {
1213 url = "https://github.com/Caldis/Mos/releases/download/${ finalAttrs . version } /Mos.Versions.${ finalAttrs . version } .dmg" ;
13- hash = "sha256-OOoz6GeBVQZBQyNIQUe4grbZffSvl1m8oKZNmMlQKbM =" ;
14+ hash = "sha256-o2H4cfMudjoQHfKeV4ORiO9/szoomFP0IP6D6ecMAI4 =" ;
1415 } ;
1516 sourceRoot = "." ;
1617
@@ -25,12 +26,14 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2526 runHook postInstall
2627 '' ;
2728
29+ passthru . updateScript = nix-update-script { } ;
30+
2831 meta = with lib ; {
29- description = "Smooths scrolling and set mouse scroll directions independently" ;
32+ description = "Smooths scrolling and set mouse scroll directions independently on macOS " ;
3033 homepage = "https://mos.caldis.me/" ;
3134 changelog = "https://github.com/Caldis/Mos/releases/tag/${ finalAttrs . version } " ;
3235 license = licenses . cc-by-nc-40 ;
33- maintainers = [ ] ;
36+ maintainers = with lib . maintainers ; [ xiaoxiangmoe ] ;
3437 sourceProvenance = with lib . sourceTypes ; [ binaryNativeCode ] ;
3538 platforms = platforms . darwin ;
3639 } ;
You can’t perform that action at this time.
0 commit comments