about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ceph
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-06 09:52:06 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-06 09:55:40 -0700
commit56c62ad12a49508e7a6ad9563f8d21623f609d98 (patch)
tree7573f66bc59f240e31f855ed5d7c4cfa03bc2166 /pkgs/tools/filesystems/ceph
parentb38b70cc4dfbd24d6344102f2048b2d943f64736 (diff)
downloadnixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar.gz
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar.bz2
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar.lz
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar.xz
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.tar.zst
nixlib-56c62ad12a49508e7a6ad9563f8d21623f609d98.zip
ceph-git: 2015-07-32 -> 2015-08-05
Diffstat (limited to 'pkgs/tools/filesystems/ceph')
-rw-r--r--pkgs/tools/filesystems/ceph/git.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/ceph/git.nix b/pkgs/tools/filesystems/ceph/git.nix
index 913901a0f801..9343d2cdf332 100644
--- a/pkgs/tools/filesystems/ceph/git.nix
+++ b/pkgs/tools/filesystems/ceph/git.nix
@@ -1,12 +1,12 @@
 { callPackage, fetchgit, ... } @ args:
 
 callPackage ./generic.nix (args // rec {
-  version = "2015-07-31";
+  version = "2015-08-05";
 
   src = fetchgit {
-    url = "git://github.com/ceph/ceph.git";
-    rev = "ef86e29259d0e863e62115926bf67287dc9a7e41";
-    sha256 = "14h387ngx3fmdm0b0sgl0l743j3d22gnp3lv68ah59yc4crfgdcx";
+    url = "git://github.com/wkennington/ceph.git";
+    rev = "043a780feb973b7ad571bb696437476da3260133";
+    sha256 = "02kk24wm6mxsclklsz5zzpj3wm6f341blj2anx3v5x20cixzdnhp";
   };
 
   patches = [ ./fix-pythonpath.patch ];