Skip to content

Commit

Permalink
caf: 0.19.4 -> 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and mkg20001 committed Jan 21, 2024
1 parent 6c5d57a commit 11c7b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/caf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "actor-framework";
version = "0.19.4";
version = "0.19.5";

src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = version;
hash = "sha256-Qi3nyUSwrYBy8lCP+R6/u/WtnZJcgSwb07pZVScAzcU=";
hash = "sha256-G69qZ8aoaRP9Ug+BIhXrYs6xteUG3Zhxbo2O09LEh3s=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 11c7b6c

Please sign in to comment.