Skip to content

Commit

Permalink
wl-clipboard: 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeokondrak committed Oct 3, 2019
1 parent a86acc7 commit 3002522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/wl-clipboard/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "wl-clipboard";
version = "1.0.0";
version = "2.0.0";

src = fetchFromGitHub {
owner = "bugaevc";
repo = "wl-clipboard";
rev = "v${version}";
sha256 = "03h6ajcc30w6928bkd4h6xfj4iy2359ww6hdlybq8mr1zwmb2h0q";
sha256 = "0c4w87ipsw09aii34szj9p0xfy0m00wyjpll0gb0aqmwa60p0c5d";
};

nativeBuildInputs = [ meson ninja pkgconfig wayland-protocols ];
Expand Down

0 comments on commit 3002522

Please sign in to comment.