glusterfs: 10.0 -> 10.1

This commit is contained in:
R. Ryantm 2022-02-11 19:23:42 +00:00
parent e0f7ec336d
commit 4847c5dc17

View File

@ -55,13 +55,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "glusterfs";
version = "10.0";
version = "10.1";
src = fetchFromGitHub {
owner = "gluster";
repo = pname;
rev = "v${version}";
sha256 = "sha256-n6HdXs5kLbEI8Gaw2KBtO3i8hhadb+MsshUve/DOYg0=";
sha256 = "sha256-vVFC2kQNneaOwrezPehOX32dpJb88ZhGHBApEXc9MOg=";
};
inherit buildInputs propagatedBuildInputs;