Commit 07e52946 authored by Chuang Zhu's avatar Chuang Zhu
Browse files

watchmate: 0.3.0 -> 0.4.0

parent 0591d6b5
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitLab
, fetchFromGitHub
, pkg-config
, gtk4
, libadwaita
@@ -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
@@ -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;