aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lcms2/.yandex_meta/override.nix
blob: 222cc50414f043abe392ae8f2b403ef2a63be8bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
pkgs: attrs: with pkgs; with attrs; rec {
  version = "2.16";

  src = fetchFromGitHub {
    owner = "mm2";
    repo = "Little-CMS";
    rev = "lcms${version}";
    hash = "sha256-pI+ZyM9UfiW0/GLk+gsoJuRQ1Nz3WRfSCHnwkFPBtzc=";
  };

  patches = [];
}