From 9882e09471396c463037d8fba849f87ac9c5a075 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 21 Oct 2015 22:12:36 -0700 Subject: ceph: 0.94.3.2 -> 0.94.4 --- pkgs/tools/filesystems/ceph/0.94.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/filesystems/ceph') diff --git a/pkgs/tools/filesystems/ceph/0.94.nix b/pkgs/tools/filesystems/ceph/0.94.nix index f35df749f3851..301ff940d0c17 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.2"; + version = "0.94.4"; src = fetchgit { url = "https://github.com/ceph/ceph.git"; rev = "refs/tags/v${version}"; - sha256 = "112yprdy39cmhfgh6pfx34rlw9sp83fgzqixvgpq34akpykhad8c"; + sha256 = "0jp3c805bix88z3103kbrxv2yndpjcz3j5rp669f7qq46074zw6g"; }; patches = [ ./fix-pgrefdebugging.patch ]; -- cgit 1.4.1