summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 20:02:20 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 20:02:20 -0700
commitd0899bd7acbc862d142cb701a7405b1b1749c002 (patch)
tree182b3c29725f76b5b46c9f125d58df715d8062d8 /pkgs/tools/filesystems
parentec760828d9790502833e32391d7aedde2f3268cc (diff)
downloadnixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar.gz
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar.bz2
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar.lz
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar.xz
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.tar.zst
nixpkgs-d0899bd7acbc862d142cb701a7405b1b1749c002.zip
glusterfs: 6.5 -> 7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glusterfs/versions
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 07ba47dda4d..1afefc71465 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 = "6.5";
+    version = "7.0";
     name="${baseName}-${version}";
     url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
-    sha256 = "17vdrw71ys1n5g9pdmzipmr706bslq0gbxxjhacxnrgsz8r4rl6a";
+    sha256 = "0ynh7wrgpnmwah9r2ll32dmicdivz13ijjxg2vj1qcaxgy0b5ivm";
   };
 
   buildInputs = [