Merge pull request #93008 from r-ryantm/auto-update/yafaray-core
yafaray-core: 3.4.4 -> 3.5.0
This commit is contained in:
commit
39eea33d3a
@ -7,13 +7,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "yafaray-core";
|
pname = "yafaray-core";
|
||||||
version = "3.4.4";
|
version = "3.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "YafaRay";
|
owner = "YafaRay";
|
||||||
repo = "Core";
|
repo = "Core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "140vnaihz09rdvp0mqgrs26b3a2fv5wm49ar6817p4qklfx71l0g";
|
sha256 = "05r08ynm6p9jq9l3v1v3lqkrfx3bm6zlqcxm1yk7mdv1zv2yxikd";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.yafaray.org";
|
homepage = "http://www.yafaray.org";
|
||||||
maintainers = with maintainers; [ hodapp ];
|
maintainers = with maintainers; [ hodapp ];
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user