summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-23 04:46:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-23 04:46:22 +0000
commit6b2527860fd2c84394e8f5d5a68c48c807e73857 (patch)
tree1fcb9968d46d280f26b7ea956eccc54169fff47b /pkgs/development/libraries/aws-c-cal
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
downloadnixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar.gz
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar.bz2
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar.lz
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar.xz
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.tar.zst
nixpkgs-6b2527860fd2c84394e8f5d5a68c48c807e73857.zip
aws-c-cal: 0.5.17 -> 0.5.18
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 40e8a5eb54c..0fa050a08f3 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.17";
+  version = "0.5.18";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-peaoTv2TLqtHScfnCPMNbE6fhUTKfRe1ZzuBsr/rpz0=";
+    sha256 = "sha256-sT5ahf8MuIhqDV6RrRU+RgsLdwVUDEFWRZJpzQJOPGA=";
   };
 
   nativeBuildInputs = [ cmake ];