Unverified Commit 6c101051 authored by Sarah Brofeldt's avatar Sarah Brofeldt Committed by GitHub
Browse files

Merge pull request #330226 from nh2/ceph-18.2.4

ceph: 18.2.1 -> 18.2.4
parents 4f5cc80a 5f31fa1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -309,10 +309,10 @@ let
  ]);
  inherit (ceph-python-env.python) sitePackages;

  version = "18.2.1";
  version = "18.2.4";
  src = fetchurl {
    url = "https://download.ceph.com/tarballs/ceph-${version}.tar.gz";
    hash = "sha256-gHWwNHf0KtI7Hv0MwaCqP6A3YR/AWakfUZTktRyddko=";
    hash = "sha256-EFqteP3Jo+hASXVesH6gkjDjFO7/1RN151tIf/lQ06s=";
  };
in rec {
  ceph = stdenv.mkDerivation {