glusterfs: 11.0 -> 11.1

This commit is contained in:
R. Ryantm 2023-11-08 06:39:14 +00:00
parent 17012aa0d2
commit abb7876588

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;