ola: unstable-2020-07-17 -> 0.10.9
This commit is contained in:
parent
cba4bff5c6
commit
a4bea1e1c6
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ola";
|
pname = "ola";
|
||||||
version = "unstable-2020-07-17";
|
version = "0.10.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenLightingProject";
|
owner = "OpenLightingProject";
|
||||||
repo = "ola";
|
repo = "ola";
|
||||||
rev = "e2cd699c7792570500578fd092fb6bfb3d511023"; # HEAD of "0.10" branch
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "17a3z3zhx00rjk58icd3zlqfw3753f3y8bwy2sza0frdim09lqr4";
|
hash = "sha256-8w8ZT3D/+8Pxl9z2KTXeydVxE5xiPjxZevgmMFgrblU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ];
|
nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user