summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-common/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 07:04:26 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-06-23 14:57:49 +0200
commit66715188e56f3e939ac5aeed2a44e04c0ff7c63e (patch)
treef07e33fb0238aab302eee7ec42405ccee3c9cecd /pkgs/development/libraries/aws-c-common/default.nix
parent7d8c6c978bb1765f2a1631ad27d4158338caa27f (diff)
downloadnixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar.gz
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar.bz2
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar.lz
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar.xz
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.tar.zst
nixpkgs-66715188e56f3e939ac5aeed2a44e04c0ff7c63e.zip
aws-c-common: 0.3.9 -> 0.3.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-c-common/versions
Diffstat (limited to 'pkgs/development/libraries/aws-c-common/default.nix')
-rw-r--r--pkgs/development/libraries/aws-c-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-common/default.nix b/pkgs/development/libraries/aws-c-common/default.nix
index 380a5071aee..4286eedc87b 100644
--- a/pkgs/development/libraries/aws-c-common/default.nix
+++ b/pkgs/development/libraries/aws-c-common/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-common";
-  version = "0.3.9";
+  version = "0.3.11";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "04wrmrw83vypqzsq88b2q8kp5sfbv0qsci3bcxw0c2mfxqk8358n";
+    sha256 = "0a7hi4crnc3j1j39qcnd44zqdfwzw1xghcf80marx5vdf1qdzy6p";
   };
 
   nativeBuildInputs = [ cmake ];