openusd: 26.03 -> 26.05 (#535262)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-10 17:14:28 +00:00
committed by GitHub
@@ -52,14 +52,14 @@ in
buildPythonPackage rec {
pname = "openusd";
version = "26.03";
version = "26.05";
pyproject = false;
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenUSD";
tag = "v${version}";
hash = "sha256-Ijh7x63TqEkittO+r//sIkBu7I52/6C7a2n9Nq6Kt7g=";
hash = "sha256-LQ5iopxoDtmScYhmMy+xN/Gb5WVdAYXdQGlGhG3vIiA=";
};
outputs = [ "out" ] ++ lib.optional withDocs "doc";