summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ceph/git.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-04 11:42:19 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-04 11:42:42 -0700
commit362d3396c2f2379c687a2d7b45aba10c6f040f3f (patch)
treef5de50cb6427ce79068684827b847b529ba045d1 /pkgs/tools/filesystems/ceph/git.nix
parent379dd0af7a839f0c1f5636bd5e89e96937db2d6e (diff)
downloadnixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar.gz
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar.bz2
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar.lz
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar.xz
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.tar.zst
nixlib-362d3396c2f2379c687a2d7b45aba10c6f040f3f.zip
ceph-git: 2015-08-29 -> 2015-09-04
Diffstat (limited to 'pkgs/tools/filesystems/ceph/git.nix')
-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 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 ];