Merge pull request #111249 from r-ryantm/auto-update/glusterfs
glusterfs: 8.3 -> 9.0
This commit is contained in:
commit
8c7faca5b4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue