Skip to content

Commit

Permalink
caf: 0.15.3 -> 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Apr 13, 2018
1 parent b2b44c9 commit a415a95
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/libraries/caf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,17 @@

stdenv.mkDerivation rec {
name = "actor-framework-${version}";
version = "0.15.3";
version = "0.15.7";

src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = "${version}";
sha256 = "0202nsdriigdh6sxi1k3hddvmf1x54qpykbvf2ghfhzyh0m1q7j2";
sha256 = "0qmb18k162xdvf8z03mybjazkwb2vqda5xd1qh5bwkvxracwq3sb";
};

# See https://github.com/actor-framework/actor-framework/issues/545 and remove on next release that incorporates this
patches = [ (fetchpatch {
url = "https://github.com/actor-framework/actor-framework/commit/c5a3ee26a6e76b28dd4226f35230b280f291386d.patch";
sha256 = "1l0323cqyqlp3lvggm709fmfm6lk6av1smdbd420adhi3ksj2vhj";
}) ];

nativeBuildInputs = [ cmake ];

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "An open source implementation of the actor model in C++";
homepage = http://actor-framework.org/;
Expand Down

0 comments on commit a415a95

Please sign in to comment.