yafaray-core: 3.3.0 -> 3.4.1
This commit is contained in:
parent
e50c67ad7e
commit
fe72fe28d7
@ -7,13 +7,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "yafaray-core";
|
pname = "yafaray-core";
|
||||||
version = "3.3.0";
|
version = "3.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "YafaRay";
|
owner = "YafaRay";
|
||||||
repo = "Core";
|
repo = "Core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04p3nlg1rv617qf8v1nzjl6f0w43rvi8w9j6l6ck4bvl77v6cjp6";
|
sha256 = "0ipkrgn5siad6y8naw1pgxkxas70l09g97vabyfbx1k67xrr4ldp";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free, open source raytracer";
|
description = "A free, open source raytracer";
|
||||||
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 = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user