ola: 0.10.6 -> 0.10.7

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ola/versions.
This commit is contained in:
R. RyanTM 2018-07-21 13:24:45 -07:00
parent 1ae2f10642
commit 8ef4bf669c

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "ola-${version}";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "OpenLightingProject";
repo = "ola";
rev = version;
sha256 = "1qazhkcakvzkf1dvav0alk33aaklawf8vckgwpf6fvwf7g2kyh63";
sha256 = "18krwrw7w1qzwih8gnmv7r4sah5ppvq7ax65r7l5yjxn3ihwp2kf";
};
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig perl ];