Skip to content

Commit f18cab5

Browse files
authored
caf: 1.0.1 -> 1.0.2 (#352398)
2 parents f687a80 + d90ec06 commit f18cab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/caf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "actor-framework";
5-
version = "1.0.1";
5+
version = "1.0.2";
66

77
src = fetchFromGitHub {
88
owner = "actor-framework";
99
repo = "actor-framework";
1010
rev = version;
11-
hash = "sha256-ANtqGFctgOAynDiZS9tmWRASVpB2RqRTG7JSXZIDmP8=";
11+
hash = "sha256-1DJ8VYBTC4Kd6IQZoj4AjP3CoHhb+bmtBEozc5T0R/0=";
1212
};
1313

1414
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)