yafaray-core: adhere to version convention

see issue #43717
This commit is contained in:
Pascal Wittmann 2018-07-19 21:38:15 +02:00
parent 9a787af6bc
commit c4cca95bf2
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
name = "yafaray-core-${version}";
version = "v3.3.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "YafaRay";
repo = "Core";
rev = "${version}";
rev = "v${version}";
sha256 = "04p3nlg1rv617qf8v1nzjl6f0w43rvi8w9j6l6ck4bvl77v6cjp6";
};