summary refs log tree commit diff
path: root/pkgs/tools/filesystems/glusterfs/default.nix
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2017-11-18 00:50:20 +0100
committerDomen Kožar <domen@enlambda.com>2017-11-20 18:57:55 +0000
commit7be449a97dfad96822680711a3d3f694cd066f68 (patch)
treee394bee123da2073d092df096d9a946c8a8700e3 /pkgs/tools/filesystems/glusterfs/default.nix
parentafe5179e222aaa435314e6b32acaab0e2a4d9453 (diff)
downloadnixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar.gz
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar.bz2
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar.lz
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar.xz
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.tar.zst
nixpkgs-7be449a97dfad96822680711a3d3f694cd066f68.zip
glusterfs: 3.12.2 -> 3.12.3
Diffstat (limited to 'pkgs/tools/filesystems/glusterfs/default.nix')
-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 991ece40703..87356fd3483 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 = "3.12.2";
+    version = "3.12.3";
     name="${baseName}-${version}";
     url="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz";
-    sha256 = "1jghc76d1p4fby4pm8q0cgmkkf75cjafaa5sk9xlpjhzr2ad8l4n";
+    sha256 = "16ra4qr4ds011mmxaqdhdj7slcx8yv0xh6ww7bwsz7f1gn9sr10h";
   };
   buildInputs = [
     fuse bison flex_2_5_35 openssl ncurses readline