liblouis: 3.9.0 -> 3.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblouis/versions
This commit is contained in:
R. RyanTM 2019-06-16 22:58:12 -07:00
parent e2d07d2cc7
commit 9e76c00b1b

View File

@ -3,7 +3,7 @@
}: }:
let let
version = "3.9.0"; version = "3.10.0";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "liblouis-${version}"; name = "liblouis-${version}";
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
owner = "liblouis"; owner = "liblouis";
repo = "liblouis"; repo = "liblouis";
rev = "v${version}"; rev = "v${version}";
sha256 = "11vq9rnmrfqka3fiyrxs0q1gpvpj4m9jmrkwd1yvrq94fndgvh1m"; sha256 = "1wimv2wfl566jp8hhrxr91dmx20hldqzj70dar8i9k3hzq1kmb4q";
}; };
outputs = [ "out" "dev" "man" "info" "doc" ]; outputs = [ "out" "dev" "man" "info" "doc" ];