Merge pull request #322017 from r-ryantm/auto-update/rclip

rclip: 1.10.0 -> 1.10.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-24 02:13:33 +00:00 committed by GitHub
commit f3e3fe79ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "rclip"; pname = "rclip";
version = "1.10.0"; version = "1.10.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yurijmikhalevich"; owner = "yurijmikhalevich";
repo = "rclip"; repo = "rclip";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-l3KsOX5IkU4/wQyXXHR+09KPSD6nsnBaiGjSi7fMyqA="; hash = "sha256-02ZbeUw+O7tBQwauklaPPcgNasG+mYrSnw9TGJqtJfk=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [