aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aws-c-common
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-08 15:36:07 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-04-09 00:36:07 +0200
commitdf1dbc6327d3cdaa196fa8cd39a8568e3ad9c326 (patch)
tree8f472f642c6643333f86bb1ead844f4a38483a20 /pkgs/development/libraries/aws-c-common
parenta58ab8fc056f11cd4f94f78f9da991d945890ecd (diff)
aws-c-common: 0.3.2 -> 0.3.3 (#56596)
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')
-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 dd200304ab64..682a74593fdc 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.2";
+ version = "0.3.3";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
- sha256 = "169ha105qgcvj93hf1bhlya2nlwh8g5fvypd6whfjs9k0hqddi0c";
+ sha256 = "0wfqs77plb37gp586a0pclxjlpsjvq44991am8p2g5j46zfz6pdx";
};
nativeBuildInputs = [ cmake ];