Skip to content

Commit

Permalink
rclip: 1.11.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iynaix committed Feb 24, 2025
1 parent eeddff5 commit a7927a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/rc/rclip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "rclip";
version = "1.11.0";
version = "2.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "yurijmikhalevich";
repo = "rclip";
tag = "v${version}";
hash = "sha256-bu9kz0CCq78lp+d2uPoApzZnVybwyWD/fwgnXYG52dk=";
hash = "sha256-Cev7YkAwVeYGsoDh3lt3ZTU9fjg6pjdp9JdGFy2Q6+E=";
};

build-system = with python3Packages; [
Expand Down

0 comments on commit a7927a5

Please sign in to comment.