Loading pkgs/by-name/mo/mos/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,14 +3,15 @@ stdenvNoCC, fetchurl, undmg, nix-update-script, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "mos"; version = "3.4.1"; version = "3.5.0"; src = fetchurl { url = "https://github.com/Caldis/Mos/releases/download/${finalAttrs.version}/Mos.Versions.${finalAttrs.version}.dmg"; hash = "sha256-OOoz6GeBVQZBQyNIQUe4grbZffSvl1m8oKZNmMlQKbM="; hash = "sha256-o2H4cfMudjoQHfKeV4ORiO9/szoomFP0IP6D6ecMAI4="; }; sourceRoot = "."; Loading @@ -25,12 +26,14 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Smooths scrolling and set mouse scroll directions independently"; description = "Smooths scrolling and set mouse scroll directions independently on macOS"; homepage = "https://mos.caldis.me/"; changelog = "https://github.com/Caldis/Mos/releases/tag/${finalAttrs.version}"; license = licenses.cc-by-nc-40; maintainers = [ ]; maintainers = with lib.maintainers; [ xiaoxiangmoe ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = platforms.darwin; }; Loading Loading
pkgs/by-name/mo/mos/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -3,14 +3,15 @@ stdenvNoCC, fetchurl, undmg, nix-update-script, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "mos"; version = "3.4.1"; version = "3.5.0"; src = fetchurl { url = "https://github.com/Caldis/Mos/releases/download/${finalAttrs.version}/Mos.Versions.${finalAttrs.version}.dmg"; hash = "sha256-OOoz6GeBVQZBQyNIQUe4grbZffSvl1m8oKZNmMlQKbM="; hash = "sha256-o2H4cfMudjoQHfKeV4ORiO9/szoomFP0IP6D6ecMAI4="; }; sourceRoot = "."; Loading @@ -25,12 +26,14 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Smooths scrolling and set mouse scroll directions independently"; description = "Smooths scrolling and set mouse scroll directions independently on macOS"; homepage = "https://mos.caldis.me/"; changelog = "https://github.com/Caldis/Mos/releases/tag/${finalAttrs.version}"; license = licenses.cc-by-nc-40; maintainers = [ ]; maintainers = with lib.maintainers; [ xiaoxiangmoe ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = platforms.darwin; }; Loading