summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-10-16 16:45:00 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-10-16 16:45:00 -0700
commitb6710cba151f06140d966c56c1e8326823933118 (patch)
treee189a8b47c3faf202893d0b425e92bdbdd41ee3f /pkgs/tools/filesystems
parentb7c3a9647ab70b4a1377b5e094ccfa5667d3cf51 (diff)
downloadnixlib-b6710cba151f06140d966c56c1e8326823933118.tar
nixlib-b6710cba151f06140d966c56c1e8326823933118.tar.gz
nixlib-b6710cba151f06140d966c56c1e8326823933118.tar.bz2
nixlib-b6710cba151f06140d966c56c1e8326823933118.tar.lz
nixlib-b6710cba151f06140d966c56c1e8326823933118.tar.xz
nixlib-b6710cba151f06140d966c56c1e8326823933118.tar.zst
nixlib-b6710cba151f06140d966c56c1e8326823933118.zip
ceph-git: 2015-09-22 -> 2015-10-16
Diffstat (limited to 'pkgs/tools/filesystems')
-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 5b44a7d20f80..53fe43b93fad 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-22";
+  version = "2015-10-16";
 
   src = fetchgit {
     url = "git://github.com/ceph/ceph.git";
-    rev = "f1ead76f80cc3d078778080c35a6427256874062";
-    sha256 = "16c01b9v04slp80dlgw8n9a5ndjqxi6lv0pnklh1ykh4xb248gjh";
+    rev = "63d868106efd4d8aef71d498ba84cb2271a95a07";
+    sha256 = "1sx0j50zp0is34x7rpddiizspg2qfscyfwc5yrw3y6hiklpzhz96";
   };
 
   patches = [ ./fix-pythonpath.patch ];