calibre: fix hash
This commit is contained in:
parent
30f73c6493
commit
0fb60ce16b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-9ymHEpTHDUM3NAGoeSETzKRLKgJLRY4eEli6N5lbZug=";
|
||||
sha256 = "058dqqxhc3pl4is1idlnc3pz80k4r681d5aj4a26v9acp8j7zy4f";
|
||||
};
|
||||
|
||||
# https://sources.debian.org/patches/calibre/5.30.0+dfsg-1
|
||||
|
|
Loading…
Reference in a new issue