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

rclip: 1.8.8 -> 1.8.10
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-08 00:36:07 +00:00 committed by GitHub
commit 65d153261e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "rclip";
version = "1.8.8";
version = "1.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
rev = "v${version}";
hash = "sha256-XhAeOeMNUE5MMayWlERhTMmkEnA0EpcB6ln1txGTTDE=";
rev = "refs/tags/v${version}";
hash = "sha256-wjwi6GBblv8Z3SA1bMrtPz3KVF8Zw5595Hqyp8FPgcg=";
};
nativeBuildInputs = with python3Packages; [