Updating calibre to 0.8.51
svn path=/nixpkgs/trunk/; revision=34075
This commit is contained in:
parent
ff1fa88e3d
commit
bc43657f1e
|
@ -4,14 +4,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "calibre-0.8.50";
|
name = "calibre-0.8.51";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"http://calibre-ebook.googlecode.com/files/${name}.tar.xz"
|
"http://calibre-ebook.googlecode.com/files/${name}.tar.xz"
|
||||||
"mirror://sourceforge/calibre/${name}.tar.xz"
|
"mirror://sourceforge/calibre/${name}.tar.xz"
|
||||||
];
|
];
|
||||||
sha256 = "0x6yazqjilh31rbd5knns1hag2visvp03jw5wm99lsyn9vz4qcbi";
|
sha256 = "1grcc0k9qpfpwp863x52rl9wj4wz61hcz67l8h2jmli0wxiq44z1";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit python;
|
inherit python;
|
||||||
|
|
Loading…
Reference in New Issue