tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
calibre: update from 2.20.0 to 2.21.0
Pascal Wittmann
11 years ago
8eb70347
a918bd01
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
calibre
default.nix
+2
-2
pkgs/applications/misc/calibre/default.nix
···
5
}:
6
7
stdenv.mkDerivation rec {
8
-
name = "calibre-2.20.0";
9
10
src = fetchurl {
11
url = "mirror://sourceforge/calibre/${name}.tar.xz";
12
-
sha256 = "13246f4vxz4ps3c549hrnwdkwic5jsf7g1faham38z1ixd094lkd";
13
};
14
15
inherit python;
···
5
}:
6
7
stdenv.mkDerivation rec {
8
+
name = "calibre-2.21.0";
9
10
src = fetchurl {
11
url = "mirror://sourceforge/calibre/${name}.tar.xz";
12
+
sha256 = "1adig2jxwbmsxcs36jaybhc8zdb8mnkc23kabw0c72izrsg4c5gb";
13
};
14
15
inherit python;