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-04-30 14:48:47 -0700
committerRyan Burns <rtburns@protonmail.com>2022-04-30 14:48:47 -0700
commit59e1eb39b3736cf22f01ac398ee68ef838208bbd (patch)
treee85c6db602754611958c0afb69bfcff0a6713622 /pkgs/development/libraries/aws-c-cal
parentb5f7a8aed3489888ce4b959dcba5dea43570d5d3 (diff)
aws-c-cal: 0.5.14 -> 0.5.17
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 e7f0c0854dbb4..40e8a5eb54c56 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.14";
+  version = "0.5.17";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+hWiDlL0GVVmMajoC+hfyvT4rm16RoAWhUr04B8JZts=";
+    sha256 = "sha256-peaoTv2TLqtHScfnCPMNbE6fhUTKfRe1ZzuBsr/rpz0=";
   };
 
   nativeBuildInputs = [ cmake ];