Unverified Commit a7eb28e8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #165815 from r-ryantm/auto-update/actor-framework

caf: 0.18.5 -> 0.18.6
parents 54403c29 65a5907b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "actor-framework";
  version = "0.18.5";
  version = "0.18.7";

  src = fetchFromGitHub {
    owner = "actor-framework";
    repo = "actor-framework";
    rev = version;
    sha256 = "04b4kjisb5wzq6pilh8xzbxn7qcjgppl8k65hfv0zi0ja8fyp1xk";
    hash = "sha256-y1RE6AnyOrUN/z4md/xjlVwlIcL97ZEcKEOf8ZsCf+U=";
  };

  nativeBuildInputs = [ cmake ];