about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ceph
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 20:08:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 20:08:47 +0000
commit034e77eea24e84bc4d575432e9c7cf82308a0778 (patch)
treedee910f6dbe7b3bf60ab23046b35dfc63a7ab0dc /pkgs/tools/filesystems/ceph
parentec92e5a7acd64d88393a4c67541318e2279c2cb5 (diff)
downloadnixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar.gz
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar.bz2
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar.lz
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar.xz
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.tar.zst
nixlib-034e77eea24e84bc4d575432e9c7cf82308a0778.zip
ceph: 16.2.7 -> 16.2.9
Diffstat (limited to 'pkgs/tools/filesystems/ceph')
-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 47a76c33c80e..db02bedf7f94 100644
--- a/pkgs/tools/filesystems/ceph/default.nix
+++ b/pkgs/tools/filesystems/ceph/default.nix
@@ -138,10 +138,10 @@ let
   ]);
   sitePackages = ceph-python-env.python.sitePackages;
 
-  version = "16.2.7";
+  version = "16.2.9";
   src = fetchurl {
     url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
-    sha256 = "0n7vpdcxji49bqaa5b7zxif1r80rrkbh0dfacbibvf20kzzbn2fz";
+    sha256 = "sha256-CNj48myJvYwj8cWQRWrTSPiPHS+AFcXfqzd1ytMUxvk=";
   };
 in rec {
   ceph = stdenv.mkDerivation {