summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-07-16 01:14:40 +0300
committerArtturin <Artturin@artturin.com>2023-07-16 02:45:39 +0300
commit7df07b059dd34b17c7533ac4416c312f93ec3988 (patch)
tree47b5570ed372f4e31ba6569c4e9782aac021e590 /pkgs/development/libraries/aws-c-cal
parent0c2ee7b4ca5dd0ee8252b1c6453b7293a84d4c19 (diff)
downloadnixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar.gz
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar.bz2
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar.lz
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar.xz
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.tar.zst
nixpkgs-7df07b059dd34b17c7533ac4416c312f93ec3988.zip
aws-c-cal: 0.5.21 -> 0.6.0
Diff: https://github.com/awslabs/aws-c-cal/compare/v0.5.21...v0.6.0
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 3abca937806..a76ee7ab003 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.21";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WMCLVwRrgwFsaqoKtbQNt0bHVYi1LUZt5r0i3oAfWFE=";
+    sha256 = "sha256-qsYQViMto5j6piCg6gBjzFfPJlLkJt4949o217QsV6Q=";
   };
 
   nativeBuildInputs = [ cmake ];