Unverified Commit 39177bd4 authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by GitHub
Browse files

ceph: 19.2.1 -> 19.2.2 (#397849)

parents e1cb306b 4297574b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,10 +356,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 {