Unverified Commit f18cab59 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

caf: 1.0.1 -> 1.0.2 (#352398)

parents f687a802 d90ec06b
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 = "1.0.1";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "actor-framework";
    repo = "actor-framework";
    rev = version;
    hash = "sha256-ANtqGFctgOAynDiZS9tmWRASVpB2RqRTG7JSXZIDmP8=";
    hash = "sha256-1DJ8VYBTC4Kd6IQZoj4AjP3CoHhb+bmtBEozc5T0R/0=";
  };

  nativeBuildInputs = [ cmake ];