summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-21 14:13:32 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-21 14:13:32 +0000
commitf0da790b6dc505eacd2f43bb677a3464a6b15b28 (patch)
tree09b44fe673a30a3ca470e3fe5b42ee8a7d3914ac /pkgs/tools
parent4311cfa1577c6b3cba7b50e820d2bddacda52484 (diff)
downloadnixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar.gz
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar.bz2
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar.lz
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar.xz
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.tar.zst
nixpkgs-f0da790b6dc505eacd2f43bb677a3464a6b15b28.zip
glusterfs: 7.1 -> 7.2
Diffstat (limited to 'pkgs/tools')
-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 b5fc12024b1..db5c469e63b 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -15,10 +15,10 @@ let
     #       The command
     #         find /nix/store/...-glusterfs-.../ -name '*.py' -executable
     #       can help with finding new Python scripts.
-    version = "7.1";
+    version = "7.2";
     name="${baseName}-${version}";
     url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
-    sha256 = "11v5hwijbb08xq3dd4m6bkspa3v4vjzcnw6j1qyh0gjmc7yy4ml3";
+    sha256 = "0v333q217rvgh6bnmq4bcafkjz2gq0p4xqmxd3carkyl1zyyp8q5";
   };
 
   buildInputs = [