Unverified Commit 87b82df7 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Revert "python3Packages.openusd: 25.05.01 -> 25.11"

This reverts commit bc18fec7.
It broke the build:
https://hydra.nixos.org/build/322069545/nixlog/1/tail
parent 84eafc14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,14 +52,14 @@ in

buildPythonPackage rec {
  pname = "openusd";
  version = "25.11";
  version = "25.05.01";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "PixarAnimationStudios";
    repo = "OpenUSD";
    tag = "v${version}";
    hash = "sha256-Oj9mtKF8TyXbXVKT7MME+ju/0+VyyB0N2iv/LBaktjA=";
    hash = "sha256-gxikEC4MqTkhgYaRsCVYtS/VmXClSaCMdzpQ0LmiR7Q=";
  };

  outputs = [ "out" ] ++ lib.optional withDocs "doc";