caf: 1.0.1 -> 1.0.2 (#352398)

This commit is contained in:
Johannes Jöns 2024-10-31 13:02:59 +01:00 committed by GitHub
commit f18cab59d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];