summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-03-09 15:37:37 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-03-09 18:47:38 +0100
commit1fc34861547ca6df9cd01ee0765f075afc5ec312 (patch)
tree060f2a95b7d1e69b6bb8f83afe54523687001261 /pkgs
parent30b9da628a5a3921920203be73fc656db132f061 (diff)
downloadnixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar.gz
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar.bz2
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar.lz
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar.xz
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.tar.zst
nixlib-1fc34861547ca6df9cd01ee0765f075afc5ec312.zip
glusterfs: 3.9.1 -> 3.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix9
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.upstream7
2 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index e81c3768b254..2f49d630c151 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -3,14 +3,13 @@
  , liburcu, attr, makeWrapper, coreutils, gnused, gnugrep, which
 }:
 let 
-  s = # Generated upstream information 
+  s =
   rec {
     baseName="glusterfs";
-    version="3.9.1";
+    version = "3.10.0";
     name="${baseName}-${version}";
-    hash="02p3i1zr0i2fhjhz64wvhdn0z7b6b3hkiqz1bkyhracncspxnvw9";
-    url="http://download.gluster.org/pub/gluster/glusterfs/3.9/3.9.1/glusterfs-3.9.1.tar.gz";
-    sha256="02p3i1zr0i2fhjhz64wvhdn0z7b6b3hkiqz1bkyhracncspxnvw9";
+    url="http://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.0/glusterfs-3.10.0.tar.gz";
+    sha256 = "1svysq55z4sd6bxcdpkxljwis4cnzkknag22ngyr7sgb4bs19c97";
   };
   buildInputs = [
     fuse bison flex_2_5_35 openssl python2 ncurses readline
diff --git a/pkgs/tools/filesystems/glusterfs/default.upstream b/pkgs/tools/filesystems/glusterfs/default.upstream
index 7c86455b4409..29494eab87b9 100644
--- a/pkgs/tools/filesystems/glusterfs/default.upstream
+++ b/pkgs/tools/filesystems/glusterfs/default.upstream
@@ -1,4 +1,5 @@
 url http://download.gluster.org/pub/gluster/glusterfs/
-version_link '[0-9.]+/$'
-version_link '[0-9.]+/$'
-version_link '[.]tar[.]'
+version_link '/[0-9.]+/$'
+version_link '/[0-9.]+/$'
+version_link 'glusterfs-[0-9.]+[.]tar[.]'
+minimize_overwrite