Commit 17660c27 authored by R. RyanTM's avatar R. RyanTM
Browse files

handheld-daemon: 3.18.2 -> 3.18.5

parent 3d62d9c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "handheld-daemon";
  version = "3.18.2";
  version = "3.18.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hhd-dev";
    repo = "hhd";
    tag = "v${version}";
    hash = "sha256-tU5xDwqmeYFT+2byq2Qo/k29TncPfTQgYZF0JZUe/Iw=";
    hash = "sha256-T/0qKHF/BmVtVO19pd4/iqIZP1/G7iayDzHdhjRIA7U=";
  };

  # Handheld-daemon runs some selinux-related utils which are not in nixpkgs.