caf: 0.19.6 -> 1.0.0

This commit is contained in:
R. Ryantm 2024-06-26 14:52:51 +00:00
parent a6fc4a2bf6
commit 09d1cc0d1a

View File

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