summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-02-14 20:52:43 +0000
committerGitHub <noreply@github.com>2022-02-14 20:52:43 +0000
commit280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8 (patch)
tree17a4e9601aaa3d6e007de9b615210f31983e5af9 /pkgs/tools/filesystems
parenta6a1e14e52082e28347b6d6338d74a07e236e510 (diff)
parent4847c5dc177cffe87e0081ef1c6b3b9ab5873ea9 (diff)
downloadnixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar.gz
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar.bz2
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar.lz
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar.xz
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.tar.zst
nixpkgs-280a0bf8ba5a0ecf7c621553ca4e19e05853a6a8.zip
Merge pull request #159323 from r-ryantm/auto-update/glusterfs
glusterfs: 10.0 -> 10.1
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;