summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-15 00:02:11 +0000
committerGitHub <noreply@github.com>2022-02-15 00:02:11 +0000
commit56fa4571c1ee2a0517b70fe1528039408accb055 (patch)
tree80923f12b7abbcde79e8972689fa61f977f8dbce /pkgs/tools/filesystems
parentb72f4a4a2ad01104f39f151bca77b15f55b5c461 (diff)
parent998cac7284ee335729094e6fb2f8d681d21e6872 (diff)
downloadnixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar.gz
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar.bz2
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar.lz
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar.xz
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.tar.zst
nixpkgs-56fa4571c1ee2a0517b70fe1528039408accb055.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index dab69649fdc..3c1e0c50d61 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -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;