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

glusterfs: 11.0 -> 11.1
This commit is contained in:
7c6f434c 2023-11-10 09:20:18 +00:00 committed by GitHub
commit ddc68a76f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,13 +55,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "glusterfs";
version = "11.0";
version = "11.1";
src = fetchFromGitHub {
owner = "gluster";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K2w8YqpoLzkzUuoOuI7itfC81sJPUf6elOL8LCrxKAI=";
sha256 = "sha256-ZClMfozeFO3266fkuCSV04QwpZaYa8B0uq2lTPEN2rQ=";
};
inherit buildInputs propagatedBuildInputs;