Unverified Commit 577c020d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

handheld-daemon: 4.1.6 -> 4.1.8 (#489292)

parents 4100faef 97e90df1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "handheld-daemon";
  version = "4.1.6";
  version = "4.1.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hhd-dev";
    repo = "hhd";
    tag = "v${finalAttrs.version}";
    hash = "sha256-9aEq4zL7bVCV7iJ0f3UOhXJx+Dug/O6bRx0LmDnSr3c=";
    hash = "sha256-KPjna0yJXXSQBwpRO5b3Fc9C6H14uboJzvQ1LefeXFc=";
  };

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