glusterfs: 10.3 -> 11

This commit is contained in:
Robert Scott 2023-04-10 23:02:29 +01:00
parent aa267b1968
commit d3ddefde9b

View file

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