override.nix 239 B

12345678910
  1. pkgs: attrs: with pkgs; with attrs; rec {
  2. version = "0.8.23";
  3. src = fetchFromGitHub {
  4. owner = "awslabs";
  5. repo = "aws-c-common";
  6. rev = "v${version}";
  7. hash = "sha256-HkRaQnlasayg5Nu2KaEA18360rxAH/tdJ1iqzoi6i2E=";
  8. };
  9. }