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

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = "aws-c-s3";
    rev = "v${version}";
    hash = "sha256-kwYzsKdEy+e0GxqYcakcdwoaC2LLPZe8E7bZNrmqok0=";
  };
}