summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-02-08 04:20:00 +0000
commit65a5907b83338c61cf3b1a900c7ff20073fa7555 (patch)
tree10887fc8546082ad703a06e2fe8b465f4fc3cb58
parentae1cb5ac93f6808be688a1e056d1e58572018f8d (diff)
downloadnixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar.gz
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar.bz2
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar.lz
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar.xz
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.tar.zst
nixpkgs-65a5907b83338c61cf3b1a900c7ff20073fa7555.zip
caf: 0.18.6 -> 0.18.7
https://github.com/actor-framework/actor-framework/releases/tag/0.18.7
-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 515f66883d0..f05f55cd8c9 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.18.6";
+  version = "0.18.7";
 
   src = fetchFromGitHub {
     owner = "actor-framework";
     repo = "actor-framework";
     rev = version;
-    sha256 = "sha256-AW8AXX9t9vYv8tZvFJvrghmz6tZdfbX4hVc2QoBAvhQ=";
+    hash = "sha256-y1RE6AnyOrUN/z4md/xjlVwlIcL97ZEcKEOf8ZsCf+U=";
   };
 
   nativeBuildInputs = [ cmake ];