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

opensubdiv: 3.3.3 -> 3.4.0
This commit is contained in:
Eelco Dolstra 2019-07-02 11:16:46 +02:00 committed by GitHub
commit 84708a8013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "opensubdiv-${version}";
version = "3.3.3";
version = "3.4.0";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceChars ["."] ["_"] version}";
sha256 = "1rld4hgl9yrbnk5sd6bhvnm8jdnqq09hq93hrmx0nhccccximi9z";
sha256 = "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12";
};
outputs = [ "out" "dev" ];