Merge pull request #111249 from r-ryantm/auto-update/glusterfs

glusterfs: 8.3 -> 9.0
This commit is contained in:
Bernardo Meurer 2021-02-02 22:09:21 +00:00 committed by GitHub
commit 8c7faca5b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;