From 6bb4c1e89f71f8bcbd8b0bf3338c278c7f4d45fd Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 24 Jun 2015 18:34:07 -0700 Subject: [PATCH] ceph: 0.80.9 -> 0.80.10 --- pkgs/tools/filesystems/ceph/0.80.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/ceph/0.80.nix b/pkgs/tools/filesystems/ceph/0.80.nix index 2faf30f570c..302a65f626b 100644 --- a/pkgs/tools/filesystems/ceph/0.80.nix +++ b/pkgs/tools/filesystems/ceph/0.80.nix @@ -1,12 +1,12 @@ { callPackage, fetchgit, ... } @ args: callPackage ./generic.nix (args // rec { - version = "0.80.9"; + version = "0.80.10"; src = fetchgit { url = "git://github.com/ceph/ceph.git"; rev = "refs/tags/v${version}"; - sha256 = "0c1hwl2jzghvbrnddwbp748b02jqznvigwriqx447iz2xyrz2w8q"; + sha256 = "1arajccczjdqp7igs17569xlq5cj4azcm5wwixg6ryypjr2grcbl"; }; patches = [