diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-01-22 04:51:21 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2025-01-22 04:51:21 +0000 |
| commit | fe94e43cc5a2eb16c4308bafccbb51ac047d4e9a (patch) | |
| tree | 05b61e255abf5bcd6e060f8408ea62ed35f7d3fe | |
| parent | lomiri.trust-store: Fix compatibility with glog 0.7.x, pin Boost to 1.86 (#37... (diff) | |
| download | nixpkgs-fe94e43cc5a2eb16c4308bafccbb51ac047d4e9a.tar.gz | |
handheld-daemon: 3.10.2 -> 3.11.0
| -rw-r--r-- | pkgs/by-name/ha/handheld-daemon/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/ha/handheld-daemon/package.nix b/pkgs/by-name/ha/handheld-daemon/package.nix index aad4a57e50c2..7cf438d32983 100644 --- a/pkgs/by-name/ha/handheld-daemon/package.nix +++ b/pkgs/by-name/ha/handheld-daemon/package.nix @@ -16,14 +16,14 @@ }: python3Packages.buildPythonApplication rec { pname = "handheld-daemon"; - version = "3.10.2"; + version = "3.11.0"; pyproject = true; src = fetchFromGitHub { owner = "hhd-dev"; repo = "hhd"; tag = "v${version}"; - hash = "sha256-6BjXqqNe2u/rh1cnuJ13L/1KimprcyatIr53b0GOBSM="; + hash = "sha256-MeWNHqHV1LLjBSdeHYmM5594ltINPvt19q8UtWvjUMs="; }; # Handheld-daemon runs some selinux-related utils which are not in nixpkgs. |
