about summary refs log tree commit diff
path: root/pkgs/development/libraries/caf
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-09 11:18:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-09 11:18:39 +0000
commitcf61ba0b57e9bd966da1d414ee35fd11265fe743 (patch)
tree5d878c4d2ba2ceda068a4881cd1ead98a33251ff /pkgs/development/libraries/caf
parentbc85b737c58974e2ea1bf3cacaee205cb521f0d1 (diff)
caf: 0.19.4 -> 0.19.5
Diffstat (limited to 'pkgs/development/libraries/caf')
-rw-r--r--pkgs/development/libraries/caf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/caf/default.nix b/pkgs/development/libraries/caf/default.nix
index 753dda572d4cd..96593487bbeba 100644
--- a/pkgs/development/libraries/caf/default.nix
+++ b/pkgs/development/libraries/caf/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "actor-framework";
-  version = "0.19.4";
+  version = "0.19.5";
 
   src = fetchFromGitHub {
     owner = "actor-framework";
     repo = "actor-framework";
     rev = version;
-    hash = "sha256-Qi3nyUSwrYBy8lCP+R6/u/WtnZJcgSwb07pZVScAzcU=";
+    hash = "sha256-G69qZ8aoaRP9Ug+BIhXrYs6xteUG3Zhxbo2O09LEh3s=";
   };
 
   nativeBuildInputs = [ cmake ];