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-05 21:52:00 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-05 21:52:00 -0700
commit666629f30b0e740c2deb72d5539e9a93ca4ab61e (patch)
tree13fb6540e5c38324293992fea6640058bbfdc2da /pkgs/tools/filesystems/ceph
parent34fbb4150044d50bdeea8c4ba97df7a7820b6c03 (diff)
ceph-pre: Update
Diffstat (limited to 'pkgs/tools/filesystems/ceph')
-rw-r--r--pkgs/tools/filesystems/ceph/0.94-pre.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/ceph/0.94-pre.nix b/pkgs/tools/filesystems/ceph/0.94-pre.nix
index e496dcccd825c..fcf57526fd1c2 100644
--- a/pkgs/tools/filesystems/ceph/0.94-pre.nix
+++ b/pkgs/tools/filesystems/ceph/0.94-pre.nix
@@ -4,9 +4,9 @@ callPackage ./generic.nix (args // rec {
   version = "0.94.3";
 
   src = fetchgit {
-    url = "https://github.com/ceph/ceph.git";
-    rev = "c19b0fc1aa2834ae3027b07a02aebe9639fc2ca7";
-    sha256 = "1h1y5jh2bszia622rmwdblb3cpkpd0mijahkaiasr30jwpkmzh0i";
+    url = "https://github.com/wkennington/ceph.git";
+    rev = "6218aa41e04533f0d6e62b5c7be591c2e99716ec";
+    sha256 = "0cyl5i1q6lap5a6vk8fjxfpikhxzwm9zkybg37nibahi2bwjr7rr";
   };
 
   patches = [ ./fix-pgrefdebugging.patch ];