Skip to content

Commit

Permalink
capnproto: 0.5.3 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshusa committed May 3, 2017
1 parent c5a5ac1 commit 65d06f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
22 changes: 0 additions & 22 deletions pkgs/development/libraries/capnproto/clang4.patch

This file was deleted.

9 changes: 2 additions & 7 deletions pkgs/development/libraries/capnproto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@

stdenv.mkDerivation rec {
name = "capnproto-${version}";
version = "0.5.3";
version = "0.6.0";

src = fetchurl {
url = "https://capnproto.org/capnproto-c++-${version}.tar.gz";
sha256 = "1yvaadhgakskqq5wpv53hd6fc3pp17mrdldw4i5cvgck4iwprcfd";
sha256 = "0gpp1cxsb9nfd7qkjjykzknx03y0z0n4bq5q0fmxci7w38ci22g5";
};

patches = [
# Remove once they release a version above 0.5.3. See https://github.com/sandstorm-io/capnproto/issues/433
./clang4.patch
];

meta = with stdenv.lib; {
homepage = "http://kentonv.github.io/capnproto";
description = "Cap'n Proto cerealization protocol";
Expand Down

0 comments on commit 65d06f3

Please sign in to comment.