calibre: update from 2.24.0 to 2.25.0
This commit is contained in:
parent
98d77cd1a5
commit
eaecd7ffd4
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "calibre-2.24.0";
|
||||
name = "calibre-2.25.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/calibre/${name}.tar.xz";
|
||||
sha256 = "1l9gdna8vzc48yh20kwidb5hfp04cawg6vggkkqnn5zh9dwcvm4d";
|
||||
sha256 = "0h7cnwdd9phk4n5hl6xggkn7szvqsds5847mnk2wg2j2j1lzp2r0";
|
||||
};
|
||||
|
||||
inherit python;
|
||||
|
|
Loading…
Reference in a new issue