summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 05:40:24 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 05:40:24 -0800
commitd1d2c4dce09b27527e83f37006156c5a0cf6d0dd (patch)
treeaf492a06975d00a016086589936b6a35e4c94389 /pkgs/tools/filesystems
parentf79e10061f4e7a8988831e9734e131492e5b311f (diff)
downloadnixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar.gz
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar.bz2
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar.lz
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar.xz
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.tar.zst
nixpkgs-d1d2c4dce09b27527e83f37006156c5a0cf6d0dd.zip
glusterfs: 7.0 -> 7.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 1afefc71465..f9960722e82 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.0";
+    version = "7.1";
     name="${baseName}-${version}";
     url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
-    sha256 = "0ynh7wrgpnmwah9r2ll32dmicdivz13ijjxg2vj1qcaxgy0b5ivm";
+    sha256 = "11v5hwijbb08xq3dd4m6bkspa3v4vjzcnw6j1qyh0gjmc7yy4ml3";
   };
 
   buildInputs = [