about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/glusterfs/src-info-for-default.nix
blob: 273ee4512e1f1dfa30f446b64baf969bc31eae31 (plain) (blame)
1
2
3
4
5
6
{
  downloadPage = "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/";
  sourceRegexp = "^2[.]0[.]";
  choiceCommand = ''tail -1 | sed -re 's@(.*)/@&glusterfs-\1.tar.gz@' '';
  baseName = "glusterfs";
}