about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 03:07:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 03:07:28 +0000
commiteb4d82290ffa46c7b99477a7aff883ea8bca111b (patch)
treec805efb878ed780de916c6a72d3afb4bb49fc9c4 /pkgs/tools/filesystems
parent5953c2bc948f686d9fec26ae9e265bc76fdc937f (diff)
downloadnixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar.gz
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar.bz2
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar.lz
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar.xz
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.tar.zst
nixlib-eb4d82290ffa46c7b99477a7aff883ea8bca111b.zip
glusterfs: 8.3 -> 9.0
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 a1e9fad45405..4e8a3a991f51 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -54,13 +54,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "glusterfs";
-  version = "8.3";
+  version = "9.0";
 
   src = fetchFromGitHub {
     owner = "gluster";
     repo = pname;
     rev = "v${version}";
-    sha256 = "09vvbymiacz2pzwnq6f2dd7g2zszzsivdncz45sh977v3z0n84az";
+    sha256 = "sha256-pjJQAFEb44yNqvNAOclZsiEDZBgcfIxliD3La1IsKPs=";
   };
   inherit buildInputs propagatedBuildInputs;