llpp: v31 -> v32

compatibility with muPDF 1.17
This commit is contained in:
Markus S. Wamser
2020-06-06 14:02:10 +02:00
parent 859f1c7dda
commit 54e37df525
2 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -5,12 +5,12 @@ assert lib.versionAtLeast (lib.getVersion ocaml) "4.07";
stdenv.mkDerivation rec {
pname = "llpp";
version = "31";
version = "32";
src = fetchgit {
url = "git://repo.or.cz/llpp.git";
rev = "v${version}";
sha256 = "14ibsm1zzxfidjajcj30b5m9in10q3817izahsjvkmryrvvn6qsg";
sha256 = "1h1zysm5cz8laq8li49djl6929cnrjlflag9hw0c1dcr4zaxk32y";
fetchSubmodules = false;
};