Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07db0b248c4c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8fb62abe8af0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 13, 2020

  1. ceph: 14.2.5 -> 14.2.6

    srhb committed Jan 13, 2020
    Copy the full SHA
    fe4d213 View commit details

Commits on Jan 18, 2020

  1. Merge pull request #77604 from srhb/ceph-14.2.6

    ceph: 14.2.5 -> 14.2.6
    nh2 authored Jan 18, 2020
    Copy the full SHA
    8fb62ab View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/ceph/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/ceph/default.nix
Original file line number Diff line number Diff line change
@@ -92,15 +92,15 @@ let
ps.pyyaml
]);

version = "14.2.5";
version = "14.2.6";
in rec {
ceph = stdenv.mkDerivation {
pname = "ceph";
inherit version;

src = fetchurl {
url = "http://download.ceph.com/tarballs/ceph-${version}.tar.gz";
sha256 = "0wbkdplxs8higmlj57a7rydmx9rq08h0arjrmxmp0s80bn0v5x2c";
sha256 = "0qkyrb25r2a57n6k8ncb43x7hvhkmpi7abhfyi98mlz2lhmhzlm1";
};

patches = [