liblouis: 3.19.0 -> 3.20.0

This commit is contained in:
R. Ryantm 2021-12-20 19:33:35 +00:00
parent ae969de2bb
commit ce9383a0a2

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "liblouis";
version = "3.19.0";
version = "3.20.0";
src = fetchFromGitHub {
owner = "liblouis";
repo = "liblouis";
rev = "v${version}";
sha256 = "sha256-vuD+afTOzldhfCRG5ghnWulNhip7BaTE7GfPhxXSMFw=";
sha256 = "sha256-DuMVs9cC0VnZg3E9GtZB8LYkp3Ybfzlv8vd4d1Muwyc=";
};
outputs = [ "out" "dev" "man" "info" "doc" ];