summary refs log tree commit diff
path: root/pkgs/development/libraries/caf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-28 03:51:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-28 03:51:48 +0000
commit6b637050d4c412de0a0b3ac65e27a7483f0bb07c (patch)
tree6c61de961b0057b58dadcf3c1bb8a343f8fbc97d /pkgs/development/libraries/caf
parent2988feba8cbcf87cc1156f924ad38d5918215a4c (diff)
downloadnixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar.gz
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar.bz2
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar.lz
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar.xz
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.tar.zst
nixpkgs-6b637050d4c412de0a0b3ac65e27a7483f0bb07c.zip
caf: 0.17.5 -> 0.17.6
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 605df238101..74ca27f2e3c 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.17.5";
+  version = "0.17.6";
 
   src = fetchFromGitHub {
     owner = "actor-framework";
     repo = "actor-framework";
     rev = version;
-    sha256 = "1w7sanxhh4sv4ap3ildqzlziazcy7ydx2pbjjrf3k60lcwq0lzn6";
+    sha256 = "03pi2jcdvdxncvv3hmzlamask0db1fc5l79k9rgq9agl0swd0mnz";
   };
 
   nativeBuildInputs = [ cmake ];