Skip to content

Commit 94a74b3

Browse files
xiaoxiangmoejian-lin
authored andcommitted
mos: 3.4.1 -> 3.5.0
1 parent b2dd515 commit 94a74b3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/mo/mos/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
stdenvNoCC,
44
fetchurl,
55
undmg,
6+
nix-update-script,
67
}:
78
stdenvNoCC.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
};

0 commit comments

Comments
 (0)