Merge pull request #237264 from happysalada/update_clipboard

clipboard-jh: 0.7.1 -> 0.8.0
This commit is contained in:
figsoda 2023-06-11 23:05:39 -04:00 committed by GitHub
commit 0a95a16f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,22 +4,22 @@
, cmake
, libffi
, pkg-config
, patchelf
, wayland-protocols
, wayland
, xorg
, darwin
, nix-update-script
}:
stdenv.mkDerivation rec {
pname = "clipboard-jh";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "Slackadays";
repo = "clipboard";
rev = version;
hash = "sha256-RLb7R4BXnP7J5gX8hsE9yi6N3kezsutP1HqkmjR3yRs=";
hash = "sha256-1HWWrBI96znHctoMhQyO46Jmbg1jXPcvkDdwiWwp4KE=";
};
postPatch = ''
@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
patchelf $out/bin/cb --add-rpath $out/lib
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Cut, copy, and paste anything, anywhere, all from the terminal";
homepage = "https://github.com/Slackadays/clipboard";