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

glusterfs: 10.0 -> 10.1
This commit is contained in:
7c6f434c
2022-02-14 20:52:43 +00:00
committed by GitHub
+2 -2
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;