Loading pkgs/applications/misc/watchmate/default.nix +7 −6 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitLab , fetchFromGitHub , pkg-config , gtk4 , libadwaita Loading @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "watchmate"; version = "0.3.0"; version = "0.4.0"; src = fetchFromGitLab { src = fetchFromGitHub { owner = "azymohliad"; repo = "watchmate"; rev = "v${version}"; sha256 = "sha256-HyH+9KMbdiJSmjo2NsAvz8rN3JhYKz1nNqfuZufKjQA="; hash = "sha256-WRoAQDOsCi9VbshGzdw+qrVFKQhOQwPgxOfWXYJ3nhg="; }; cargoSha256 = "sha256-HvuxKPIVwVrcsTKgPwNosF/ar8QL9Jlldq7SBe2nh6o="; cargoHash = "sha256-pEXC5IVcMhqYM+bGyTh/vaSS9LxYE2YbtIaPplc4Al8="; nativeBuildInputs = [ pkg-config Loading @@ -46,7 +46,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "PineTime smart watch companion app for Linux phone and desktop"; homepage = "https://gitlab.com/azymohliad/watchmate"; homepage = "https://github.com/azymohliad/watchmate"; changelog = "https://github.com/azymohliad/watchmate/raw/v${version}/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ chuangzhu ]; platforms = platforms.linux; Loading Loading
pkgs/applications/misc/watchmate/default.nix +7 −6 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitLab , fetchFromGitHub , pkg-config , gtk4 , libadwaita Loading @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "watchmate"; version = "0.3.0"; version = "0.4.0"; src = fetchFromGitLab { src = fetchFromGitHub { owner = "azymohliad"; repo = "watchmate"; rev = "v${version}"; sha256 = "sha256-HyH+9KMbdiJSmjo2NsAvz8rN3JhYKz1nNqfuZufKjQA="; hash = "sha256-WRoAQDOsCi9VbshGzdw+qrVFKQhOQwPgxOfWXYJ3nhg="; }; cargoSha256 = "sha256-HvuxKPIVwVrcsTKgPwNosF/ar8QL9Jlldq7SBe2nh6o="; cargoHash = "sha256-pEXC5IVcMhqYM+bGyTh/vaSS9LxYE2YbtIaPplc4Al8="; nativeBuildInputs = [ pkg-config Loading @@ -46,7 +46,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "PineTime smart watch companion app for Linux phone and desktop"; homepage = "https://gitlab.com/azymohliad/watchmate"; homepage = "https://github.com/azymohliad/watchmate"; changelog = "https://github.com/azymohliad/watchmate/raw/v${version}/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ chuangzhu ]; platforms = platforms.linux; Loading