rclip: 1.10.2 -> 1.10.3
Diff: https://github.com/yurijmikhalevich/rclip/compare/refs/tags/v1.10.2...v1.10.3
This commit is contained in:
parent
94864fc39b
commit
b454835235
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "rclip";
|
pname = "rclip";
|
||||||
version = "1.10.2";
|
version = "1.10.3";
|
||||||
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-z+zwhd3JH40Vg9yHt9ektvm2jWFOvj1DaCSI9GwXLT8=";
|
hash = "sha256-MdqO6X1dbIzmDuDSjrbmKbQfPIPcyhVIbodERYu9PZU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user