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

glusterfs: 9.2 -> 9.3
This commit is contained in:
Michael Raskin 2021-07-06 17:30:51 +00:00 committed by GitHub
commit 58902f4565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,13 +55,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "glusterfs";
version = "9.2";
version = "9.3";
src = fetchFromGitHub {
owner = "gluster";
repo = pname;
rev = "v${version}";
sha256 = "00y2xs7nj4d59x4fp6gq7qql3scykq9lppdvx7y3xbgfmkrwixx9";
sha256 = "sha256-xV7griN453f63jwX5jTdW0KJdLi14Km7JengbNeh4iI=";
};
inherit buildInputs propagatedBuildInputs;