Merge pull request #177373 from kilianar/wl-clipboard-2.1.0

wl-clipboard: 2.0.0 -> 2.1.0
main
Rick van Schijndel 2 years ago committed by GitHub
commit 7c0bac48e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/tools/wayland/wl-clipboard/default.nix

@ -11,19 +11,23 @@
stdenv.mkDerivation rec {
pname = "wl-clipboard";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "bugaevc";
repo = "wl-clipboard";
rev = "v${version}";
sha256 = "0c4w87ipsw09aii34szj9p0xfy0m00wyjpll0gb0aqmwa60p0c5d";
sha256 = "sha256-lqtLHLsSChWcYWsfFigj0Xveo9doAr7G31fRSaxm0Lw=";
};
strictDeps = true;
nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
buildInputs = [ wayland wayland-protocols ];
mesonFlags = [
"-Dfishcompletiondir=share/fish/vendor_completions.d"
];
meta = with lib; {
homepage = "https://github.com/bugaevc/wl-clipboard";
description = "Command-line copy/paste utilities for Wayland";

Loading…
Cancel
Save