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-10-16 16:44:34 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-10-16 16:44:34 -0700
commit21bb385af51e4728301bd4ca7506e59e9520619d (patch)
treeb77f49dfbe467b9b938a080fe0914d7edb690260 /pkgs/tools/filesystems/ceph
parent38fa633b3aa7f239de0cb8e7554b1a2539257df6 (diff)
downloadnixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar.gz
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar.bz2
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar.lz
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar.xz
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.tar.zst
nixlib-21bb385af51e4728301bd4ca7506e59e9520619d.zip
ceph: 0.94.3 -> 0.94.3.2
Diffstat (limited to 'pkgs/tools/filesystems/ceph')
-rw-r--r--pkgs/tools/filesystems/ceph/0.94.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ceph/0.94.nix b/pkgs/tools/filesystems/ceph/0.94.nix
index f564e28c5a3b..f35df749f385 100644
--- a/pkgs/tools/filesystems/ceph/0.94.nix
+++ b/pkgs/tools/filesystems/ceph/0.94.nix
@@ -1,12 +1,12 @@
 { callPackage, fetchgit, ... } @ args:
 
 callPackage ./generic.nix (args // rec {
-  version = "0.94.3";
+  version = "0.94.3.2";
 
   src = fetchgit {
     url = "https://github.com/ceph/ceph.git";
     rev = "refs/tags/v${version}";
-    sha256 = "020khb9978wayi4jnx7f9g1fzfg3r2xn9qw66snpd3k8w2dmycxy";
+    sha256 = "112yprdy39cmhfgh6pfx34rlw9sp83fgzqixvgpq34akpykhad8c";
   };
 
   patches = [ ./fix-pgrefdebugging.patch ];