blob: d770242b9a3debf1e970b38ec83338aee1d8b68d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
pkgs: attrs: with pkgs; with attrs; rec {
version = "0.6.26";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
hash = "sha256-PvdkTw5JydJT0TbXLB2C9tk4T+ho+fAbaw4jU9m5KuU=";
};
}
|