calibre: update from 2.31.0 to 2.33.0
moved from sourceforge to github as sourceforge is outdated
This commit is contained in:
parent
1b4a727959
commit
6469382809
@ -5,11 +5,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "calibre-2.31.0";
|
||||
name = "calibre-2.33.0";
|
||||
version = "2.33.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/calibre/${name}.tar.xz";
|
||||
sha256 = "1414c324alvgwbiszalklck1kay41yca2wnm488imr2768fihzkz";
|
||||
url = "https://github.com/kovidgoyal/calibre/releases/download/v${version}/${name}.tar.xz";
|
||||
sha256 = "0j1micmjffi6rsn3ayblnz0wq648v05ckbn1qsiz086iaj2285q9";
|
||||
};
|
||||
|
||||
inherit python;
|
||||
|
Loading…
Reference in New Issue
Block a user