diff options
| author | Niklas Hambüchen <mail@nh2.me> | 2025-04-11 01:23:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-14 11:16:40 +0000 |
| commit | ecf1a6a16b7abf300b3931b44dee82b09710dee5 (patch) | |
| tree | 634b36256aabaaf79ab760bb8e12f5a5a6cf1bc7 | |
| parent | [Backport release-24.11] nixVersions.nixComponents_2_27: fix error message (#... (diff) | |
| download | nixpkgs-origin/backport-397849-to-release-24.11.tar.gz | |
ceph: 19.2.1 -> 19.2.2origin/backport-397849-to-release-24.11
(cherry picked from commit 4297574bcbd27ddd08e52e90d7aea42695ab3550)
| -rw-r--r-- | pkgs/tools/filesystems/ceph/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index 0a6a857718dd..ae945b5383a2 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -352,10 +352,10 @@ let ); inherit (ceph-python-env.python) sitePackages; - version = "19.2.1"; + version = "19.2.2"; src = fetchurl { url = "https://download.ceph.com/tarballs/ceph-${version}.tar.gz"; - hash = "sha256-QEX3LHxySVgLBg21iQga1DnyQsXFi6593e+WSjgT/h8="; + hash = "sha256-7FD9LJs25VzUCRIBm01Cm3ss1YLTN9YLwPZnHSMd8rs="; }; in rec { |
