ceph: 0.94.3 -> 0.94.3.2

This commit is contained in:
William A. Kennington III 2015-10-16 16:44:34 -07:00
parent 38fa633b3a
commit 21bb385af5

View File

@ -1,12 +1,12 @@
{ callPackage, fetchgit, ... } @ args: { callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec { callPackage ./generic.nix (args // rec {
version = "0.94.3"; version = "0.94.3.2";
src = fetchgit { src = fetchgit {
url = "https://github.com/ceph/ceph.git"; url = "https://github.com/ceph/ceph.git";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "020khb9978wayi4jnx7f9g1fzfg3r2xn9qw66snpd3k8w2dmycxy"; sha256 = "112yprdy39cmhfgh6pfx34rlw9sp83fgzqixvgpq34akpykhad8c";
}; };
patches = [ ./fix-pgrefdebugging.patch ]; patches = [ ./fix-pgrefdebugging.patch ];