From 362d3396c2f2379c687a2d7b45aba10c6f040f3f Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 4 Sep 2015 11:42:19 -0700 Subject: [PATCH] ceph-git: 2015-08-29 -> 2015-09-04 --- pkgs/tools/filesystems/ceph/git.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/filesystems/ceph/git.nix b/pkgs/tools/filesystems/ceph/git.nix index c56145069011..a36e29c6f087 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-08-29"; + version = "2015-09-04"; src = fetchgit { url = "git://github.com/ceph/ceph.git"; - rev = "54626351679fe312d5b96cc0304755ae5f1ece40"; - sha256 = "12rdp1q7arxhg259y08pzix22yjlrjs5qmwv342qcl5xbfkg502r"; + rev = "8c17e0197481205f8726b06d57313ffe08fba2bf"; + sha256 = "189l412m6x0f0mqzhgzwfa3sgm5xfxzb9synlvbfm3n1fgdhj5iy"; }; patches = [ ./fix-pythonpath.patch ];