mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #237264 from happysalada/update_clipboard
clipboard-jh: 0.7.1 -> 0.8.0
This commit is contained in:
commit
0a95a16f56
1 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue