Skip to content

Commit

Permalink
gnome-pomodoro-watcher: init at 0-unstable-2023-12-20 (NixOS#356954)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 29, 2024
2 parents 3f36b2e + c5c3bde commit c56d940
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pkgs/by-name/gn/gnome-pomodoro-watcher/package.nix
Original file line number Diff line number Diff line change
@@ -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";
};
}

0 comments on commit c56d940

Please sign in to comment.