Unverified Commit bfbd5bf4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #308935 from iynaix/bump-rclip

rclip: 1.7.26 -> 1.8.8
parents ec90ce15 704433ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "rclip";
  version = "1.7.26";
  version = "1.8.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "yurijmikhalevich";
    repo = "rclip";
    rev = "v${version}";
    hash = "sha256-u+xnrqJXtjElVXlwkCTHztcRl998CwoTEIvaGYzGOLU=";
    hash = "sha256-XhAeOeMNUE5MMayWlERhTMmkEnA0EpcB6ln1txGTTDE=";
  };

  nativeBuildInputs = with python3Packages; [