summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xtreemfs
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2012-11-26 14:42:09 +0100
committerFlorian Friesdorf <flo@chaoflow.net>2012-11-26 14:42:09 +0100
commitc1c0305df8ce3884cf7c09f6f2e439230249f324 (patch)
tree8d6581faa533f5c629589dc14cd9e9ac528e60ba /pkgs/tools/filesystems/xtreemfs
parented457072785805ab2c72bb1a8d23622cbc408b5e (diff)
downloadnixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar.gz
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar.bz2
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar.lz
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar.xz
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.tar.zst
nixpkgs-c1c0305df8ce3884cf7c09f6f2e439230249f324.zip
xtreemfs-1.4
1.3.0 did not build anymore, would need to be handed the correct
version of boost.
Diffstat (limited to 'pkgs/tools/filesystems/xtreemfs')
-rw-r--r--pkgs/tools/filesystems/xtreemfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/xtreemfs/default.nix b/pkgs/tools/filesystems/xtreemfs/default.nix
index 98657891f2d..6d1f863fdea 100644
--- a/pkgs/tools/filesystems/xtreemfs/default.nix
+++ b/pkgs/tools/filesystems/xtreemfs/default.nix
@@ -11,10 +11,10 @@ let
     (builtins.attrNames (builtins.removeAttrs x helperArgNames));
   sourceInfo = rec {
     baseName="XtreemFS";
-    version="1.3.0";
+    version="1.4";
     name="${baseName}-${version}";
     url="http://xtreemfs.googlecode.com/files/${name}.tar.gz";
-    hash="15rg3dh22kb2g94fmbb6r32a9qfl3yr4ql17rwj50l4y8wrcx0hf";
+    hash="1hzd6anplxdcl4cg6xwriqk9b34541r7ah1ab2xavv149a2ll25s";
   };
 in
 rec {