rclip: 1.8.8 -> 1.8.10

This commit is contained in:
R. Ryantm 2024-05-07 22:33:36 +00:00
parent d1c6a5decf
commit 23edadfa2c

View File

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