ola: 0.10.4 -> 0.10.5

This commit is contained in:
Robin Gloster 2017-08-12 17:13:33 +02:00
parent 4ebac8f702
commit d5fed93263
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "ola-${version}";
version = "0.10.4";
version = "0.10.5";
src = fetchFromGitHub {
owner = "OpenLightingProject";
repo = "ola";
rev = version;
sha256 = "1skb3dwpmsfdr8mp3rs80jmsr1bf78270d9bnd8h0pv8bkb8zvim";
sha256 = "1296iiq8fxbvv8sghpj3nambfmixps48dd77af0gpwf7hmjjm8al";
};
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig perl ];