mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
c726012afe
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
9 lines
309 B
Nix
9 lines
309 B
Nix
rec {
|
|
advertisedUrl="http://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.6/glusterfs-2.0.6.tar.gz";
|
|
version = "2.0.6";
|
|
url="http://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.6/glusterfs-2.0.6.tar.gz";
|
|
hash = "0qr8smwncrr63vzbaf2v4fwpdck3jpgywn2rq8sdhifff67ydc9h";
|
|
name = "glusterfs-2.0.6";
|
|
|
|
}
|