lol

glusterfs: 9.3 -> 9.4

Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>

+5 -5
+5 -5
pkgs/tools/filesystems/glusterfs/default.nix
··· 55 ]; 56 in stdenv.mkDerivation rec { 57 pname = "glusterfs"; 58 - version = "9.3"; 59 60 src = fetchFromGitHub { 61 owner = "gluster"; 62 repo = pname; 63 rev = "v${version}"; 64 - sha256 = "sha256-xV7griN453f63jwX5jTdW0KJdLi14Km7JengbNeh4iI="; 65 }; 66 inherit buildInputs propagatedBuildInputs; 67 ··· 88 echo "v${version}" > VERSION 89 ./autogen.sh 90 export PYTHON=${python3}/bin/python 91 - ''; 92 93 configureFlags = [ 94 "--localstatedir=/var" 95 - ]; 96 97 nativeBuildInputs = [ rpcsvc-proto ]; 98 ··· 179 180 # this gets falsely loaded as module by glusterfind 181 rm -r $out/bin/conf.py 182 - ''; 183 184 meta = with lib; { 185 description = "Distributed storage system";
··· 55 ]; 56 in stdenv.mkDerivation rec { 57 pname = "glusterfs"; 58 + version = "9.4"; 59 60 src = fetchFromGitHub { 61 owner = "gluster"; 62 repo = pname; 63 rev = "v${version}"; 64 + sha256 = "0ybs0dm7jskmfnmbg5fj8wi2aapbrwn4gbrx8ix6d8dzcl3pv78k"; 65 }; 66 inherit buildInputs propagatedBuildInputs; 67 ··· 88 echo "v${version}" > VERSION 89 ./autogen.sh 90 export PYTHON=${python3}/bin/python 91 + ''; 92 93 configureFlags = [ 94 "--localstatedir=/var" 95 + ]; 96 97 nativeBuildInputs = [ rpcsvc-proto ]; 98 ··· 179 180 # this gets falsely loaded as module by glusterfind 181 rm -r $out/bin/conf.py 182 + ''; 183 184 meta = with lib; { 185 description = "Distributed storage system";