about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-11-13 16:49:58 +0200
committerArtturin <Artturin@artturin.com>2023-12-02 01:15:04 +0200
commit93674ab521fe03e2a2fbc8179ce47f67b7ad6a59 (patch)
treed66e630e3da4469063ee3803d3bbb3da8e79d8e3 /pkgs/development/libraries/aws-c-cal
parent651abe355f4dd073e3b707e54684eec6d5b63c7d (diff)
aws-c-cal: 0.6.0 -> 0.6.9
Diff: https://github.com/awslabs/aws-c-cal/compare/v0.6.0...v0.6.9
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 a76ee7ab003cf..6340545e3667a 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.6.0";
+  version = "0.6.9";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qsYQViMto5j6piCg6gBjzFfPJlLkJt4949o217QsV6Q=";
+    sha256 = "sha256-m/RwGXeSjYOJQwCxfPyL4TdJ3gV66zHgVkWd3bpSaJE=";
   };
 
   nativeBuildInputs = [ cmake ];