mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
c726012afe
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
8 lines
309 B
Nix
8 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";
|
|
|
|
}
|