aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-io/.yandex_meta/override.nix
blob: 5278363e09d72e5b40be85ce21998029456ea963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pkgs: attrs: with pkgs; with attrs; rec {
  version = "0.13.21";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = "aws-c-io";
    rev = "v${version}";
    hash = "sha256-YexLE75SJwzX+xZEXJWu1XGr+zSLnUYvYC0zWcOvU/0=";
  };
}