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

opensubdiv: 3.4.4 -> 3.5.0
This commit is contained in:
Weijia Wang 2023-02-10 07:44:19 +01:00 committed by GitHub
commit 0efa816a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "opensubdiv";
version = "3.4.4";
version = "3.5.0";
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenSubdiv";
rev = "v${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-ejxQ5mGIIrEa/rAfkTrRbIRerrAvEPoWn7e0lIqS1JQ=";
sha256 = "sha256-pYD2HxAszE9Ux1xsSJ7s2R13U8ct5tDo3ZP7H0+F9Rc=";
};
outputs = [ "out" "dev" ];