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 {
pname = "glusterfs";
version = "8.3";
version = "9.0";
src = fetchFromGitHub {
owner = "gluster";
repo = pname;
rev = "v${version}";
sha256 = "09vvbymiacz2pzwnq6f2dd7g2zszzsivdncz45sh977v3z0n84az";
sha256 = "sha256-pjJQAFEb44yNqvNAOclZsiEDZBgcfIxliD3La1IsKPs=";
};
inherit buildInputs propagatedBuildInputs;