Merge pull request #85117 from r-ryantm/auto-update/opensubdiv

opensubdiv: 3.4.0 -> 3.4.3
This commit is contained in:
Eelco Dolstra
2020-04-13 09:43:17 +02:00
committed by GitHub

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" ];