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

opensubdiv: 3.4.0 -> 3.4.3
gstqt5
Eelco Dolstra 2020-04-13 09:43:17 +02:00 committed by GitHub
commit 87d598e310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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