Lin Xianyi 2024-06-13 08:48:31 +08:00
parent 65364791f2
commit 15b78c32bf

View File

@ -4,14 +4,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "rclip"; pname = "rclip";
version = "1.8.10"; version = "1.9.0";
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-wjwi6GBblv8Z3SA1bMrtPz3KVF8Zw5595Hqyp8FPgcg="; hash = "sha256-q6z/JEIPnVnaHx9x53f9KyCKt7nZRxQGPeVTT1SqxkU=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [