about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-22 21:18:23 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-23 12:30:00 -0700
commitcc698a2986578f3bbf6979fd180c4c67996e255e (patch)
tree0234010504c17e216a0fb1b82fe936f83db2007e
parentf8094068a4d1fd0ee7272a1a5e7ae2bf052c522c (diff)
ceph-git: 2015-09-11 -> 2015-09-22
-rw-r--r--pkgs/tools/filesystems/ceph/git.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/ceph/git.nix b/pkgs/tools/filesystems/ceph/git.nix
index ef9330a510bff..5b44a7d20f801 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-09-11";
+  version = "2015-09-22";
 
   src = fetchgit {
     url = "git://github.com/ceph/ceph.git";
-    rev = "78de6fd61d5c0422f18c2f683b2cc489f3cbb4d3";
-    sha256 = "1kbrsr6vzvprcdq0hg7cgcmvqc61w3i1yzgrmjdmy3jcsmc979xi";
+    rev = "f1ead76f80cc3d078778080c35a6427256874062";
+    sha256 = "16c01b9v04slp80dlgw8n9a5ndjqxi6lv0pnklh1ykh4xb248gjh";
   };
 
   patches = [ ./fix-pythonpath.patch ];