gnome-pomodoro-watcher: init at 0-unstable-2023-12-20 (#356954)

This commit is contained in:
Arne Keller
2024-12-29 22:51:21 +01:00
committed by GitHub
@@ -0,0 +1,27 @@
{
lib,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage {
pname = "gnome-pomodoro-watcher";
version = "0-unstable-2023-12-20";
src = fetchFromGitHub {
owner = "sei40kr";
repo = "gnome-pomodoro-watcher";
rev = "7c1443d470c9a6bfc07fd9d26a138f136de96515";
hash = "sha256-VQjjLK2gnxbf7CzRjNrS/562fBGVAFMTxj6F71hOXrU=";
};
cargoHash = "sha256-P7hrSTb8XE/rCAGflbZwrqpQGxWnXFREqXSmZmIMAGU=";
meta = with lib; {
description = "Helper tool to watch GNOME Pomodoro timer";
homepage = "https://github.com/sei40kr/gnome-pomodoro-watcher";
license = licenses.mit;
maintainers = with maintainers; [ sei40kr ];
mainProgram = "gnome-pomodoro-watcher";
};
}