glusterfs: 8.3 -> 9.0

This commit is contained in:
R. RyanTM 2021-01-30 03:07:28 +00:00
parent 5953c2bc94
commit eb4d82290f

View file

@ -54,13 +54,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "glusterfs"; pname = "glusterfs";
version = "8.3"; version = "9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gluster"; owner = "gluster";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "09vvbymiacz2pzwnq6f2dd7g2zszzsivdncz45sh977v3z0n84az"; sha256 = "sha256-pjJQAFEb44yNqvNAOclZsiEDZBgcfIxliD3La1IsKPs=";
}; };
inherit buildInputs propagatedBuildInputs; inherit buildInputs propagatedBuildInputs;