We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f687a80 + d90ec06 commit f18cab5Copy full SHA for f18cab5
pkgs/development/libraries/caf/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "actor-framework";
5
- version = "1.0.1";
+ version = "1.0.2";
6
7
src = fetchFromGitHub {
8
owner = "actor-framework";
9
repo = "actor-framework";
10
rev = version;
11
- hash = "sha256-ANtqGFctgOAynDiZS9tmWRASVpB2RqRTG7JSXZIDmP8=";
+ hash = "sha256-1DJ8VYBTC4Kd6IQZoj4AjP3CoHhb+bmtBEozc5T0R/0=";
12
};
13
14
nativeBuildInputs = [ cmake ];
0 commit comments