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: 132b013b9ac9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f51252c4144
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 4, 2019

  1. calibre: 3.42.0 -> 3.44.0

    dtzWill committed Jun 4, 2019
    Copy the full SHA
    ebff445 View commit details

Commits on Jun 5, 2019

  1. Merge pull request #62687 from dtzWill/update/calibre-3.44.0

    calibre: 3.42.0 -> 3.44.0
    worldofpeace authored Jun 5, 2019
    Copy the full SHA
    4f51252 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/calibre/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/calibre/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
}:

stdenv.mkDerivation rec {
version = "3.42.0";
version = "3.44.0";
name = "calibre-${version}";

src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "0ymdhws3cb44p3fb24vln1wx6s7qnb8rr241jvm6qbj5rnp984dm";
sha256 = "13d3cbn8qbjd8a19qprra6gmib1d818c3zgf3q70kx6b2fq58lzi";
};

patches = [