about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorSarah Brofeldt <sarah@qtr.dk>2020-02-03 19:33:24 +0100
committerAlyssa Ross <hi@alyssa.is>2020-03-13 03:25:44 +0000
commit41547d11ecf4e231e42c332cf26d512d9f2b77fb (patch)
tree64f61ebc75a0d8cf0b6d5578c7aaaf62ed37894e /pkgs/tools/filesystems
parentcc5665d223e96361468068ff3ab9788e96c38a75 (diff)
downloadnixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar.gz
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar.bz2
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar.lz
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar.xz
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.tar.zst
nixlib-41547d11ecf4e231e42c332cf26d512d9f2b77fb.zip
ceph: 14.2.6 -> 14.2.7
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/ceph/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix
index e3b1d7c661c7..abf6ed1361b9 100644
--- a/pkgs/tools/filesystems/ceph/default.nix
+++ b/pkgs/tools/filesystems/ceph/default.nix
@@ -93,7 +93,7 @@ let
   ]);
   sitePackages = ceph-python-env.python.sitePackages;
 
-  version = "14.2.6";
+  version = "14.2.7";
 in rec {
   ceph = stdenv.mkDerivation {
     pname = "ceph";
@@ -101,7 +101,7 @@ in rec {
 
     src = fetchurl {
       url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
-      sha256 = "0qkyrb25r2a57n6k8ncb43x7hvhkmpi7abhfyi98mlz2lhmhzlm1";
+      sha256 = "0qiqhm6hvz299q54k3i4crnb5dhpq6xnn2yqih9pxn9van0dq1ln";
     };
 
     patches = [