about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2022-02-15 23:14:33 -0800
committerRyan Burns <rtburns@protonmail.com>2022-02-15 23:14:33 -0800
commit77b9918351ad83e20c9ad00c047c3eeaa6bd03d8 (patch)
tree1cce8773948726a4ff33f9bedd36c1c00d0443c9 /pkgs/development/libraries/aws-c-cal
parent7d4c1dcebe2c211f421cb65cafe6990e86d87f4e (diff)
aws-c-cal: 0.5.12 -> 0.5.14
Diffstat (limited to 'pkgs/development/libraries/aws-c-cal')
-rw-r--r--pkgs/development/libraries/aws-c-cal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-cal/default.nix b/pkgs/development/libraries/aws-c-cal/default.nix
index 87d66e15355da..e7f0c0854dbb4 100644
--- a/pkgs/development/libraries/aws-c-cal/default.nix
+++ b/pkgs/development/libraries/aws-c-cal/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-cal";
-  version = "0.5.12";
+  version = "0.5.14";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-KzuaT9c1l9Uhyj6IEy8JfDYzEYI2OcUkq+KRDoJx+Cc=";
+    sha256 = "sha256-+hWiDlL0GVVmMajoC+hfyvT4rm16RoAWhUr04B8JZts=";
   };
 
   nativeBuildInputs = [ cmake ];