Unverified Commit f3d628a2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

handheld-daemon: 3.13.4 -> 3.13.7 (#393182)

parents 66503333 9b84754d
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.13.4";
  version = "3.13.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hhd-dev";
    repo = "hhd";
    tag = "v${version}";
    hash = "sha256-eYC5iUbXnuJH8wk8okXRgwBjyI//xkgDnJeU+j4QV4g=";
    hash = "sha256-ISUu87Y1Ti6DepDAIMZREz1TkZlGlhkmUWm2zMzvlrM=";
  };

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