Skip to content

Commit

Permalink
caf: 0.17.5 -> 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2020
1 parent 2988feb commit 6b63705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/caf/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "actor-framework";
version = "0.17.5";
version = "0.17.6";

src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = version;
sha256 = "1w7sanxhh4sv4ap3ildqzlziazcy7ydx2pbjjrf3k60lcwq0lzn6";
sha256 = "03pi2jcdvdxncvv3hmzlamask0db1fc5l79k9rgq9agl0swd0mnz";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 6b63705

Please sign in to comment.