Skip to content

Commit

Permalink
Merge pull request #309966 from r-ryantm/auto-update/rclip
Browse files Browse the repository at this point in the history
rclip: 1.8.8 -> 1.8.10
  • Loading branch information
nixpkgs-merge-bot[bot] authored May 8, 2024
2 parents 1a6246d + 23edadf commit 65d1532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/rc/rclip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 65d1532

Please sign in to comment.