caf: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-06-25 14:35:39 +00:00
parent cb51d8f4d6
commit 0de074a09f

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "actor-framework";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "actor-framework";
repo = "actor-framework";
rev = version;
hash = "sha256-1DJ8VYBTC4Kd6IQZoj4AjP3CoHhb+bmtBEozc5T0R/0=";
hash = "sha256-opQaRMjEgPS78wPSFRIWb5kkxcQMuAb7aAa/93LKqpo=";
};
nativeBuildInputs = [ cmake ];