summary refs log blame commit diff
path: root/pkgs/os-specific/linux/jool/source.nix
blob: 24134b8b818298afc6962ef188f8b26a58e03c9a (plain) (tree)
1
2
3
4
5
6
7
8
9
                    

     
                                


                         

                                                                    

    
{ fetchFromGitHub }:

rec {
  version = "unstable-20180706";
  src = fetchFromGitHub {
    owner = "NICMx";
    repo = "Jool";
    rev = "de791931d94e972c36bb3c102a9cadab5230c285";
    sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
  };
}