summary refs log tree commit diff
path: root/pkgs/development/libraries/ctl/source.nix
blob: d0cb83c0369f2079cd7b0de0769c372ad2a5f4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ fetchFromGitHub }:
rec {
  version = "1.5.2";

  src = fetchFromGitHub {
    owner = "ampas";
    repo = "CTL";
    rev = "ctl-${version}";
    sha256 = "0a698rd1cmixh3mk4r1xa6rjli8b8b7dbx89pb43xkgqxy67glwx";
  };
}