caf: 0.19.5 -> 0.19.6

This commit is contained in:
R. Ryantm 2024-02-17 05:40:22 +00:00 committed by tomf
parent 1012b2a368
commit 3adbdb1a7a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "actor-framework";
version = "0.19.5";
version = "0.19.6";
src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = version;
hash = "sha256-G69qZ8aoaRP9Ug+BIhXrYs6xteUG3Zhxbo2O09LEh3s=";
hash = "sha256-Nb/BF/+xDWV/6iPo3o/NO6EtIaAW+yGFj06AO2baFfc=";
};
nativeBuildInputs = [ cmake ];