mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #1622 from urv/master
calibre: upgrade from 1.20.0 to 1.21.0
This commit is contained in:
commit
d5b2ea44f3
@ -4,11 +4,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "calibre-1.20.0";
|
||||
name = "calibre-1.21.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/calibre/${name}.tar.xz";
|
||||
sha256 = "1i7sybl6in0js8an1zp3mzqv394xnwx79rmv1hj7g6abpsqhjpj7";
|
||||
sha256 = "05hwny9zi32gkk3hadvigrqrnbgzw53vhjkjp60dq0lb545pscih";
|
||||
};
|
||||
|
||||
inherit python;
|
||||
|
Loading…
Reference in New Issue
Block a user