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
+2 -2
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 ];