opensubdiv: 3.4.0 -> 3.4.3

This commit is contained in:
R. RyanTM 2020-04-13 01:43:47 +00:00
parent 807ca93fad
commit d54833b9c6

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "opensubdiv";
version = "3.4.0";
version = "3.4.3";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12";
sha256 = "0zpnpg2zzyavv9r3jakv3j2gn603b62rbczrflc6qmg6qvpgz0kr";
};
outputs = [ "out" "dev" ];
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An Open-Source subdivision surface library";
homepage = http://graphics.pixar.com/opensubdiv;
homepage = "http://graphics.pixar.com/opensubdiv";
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.asl20;