Unverified Commit 6e6fb1ee authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

opensubdiv: 3.6.1 -> 3.7.0 (#457441)

parents a00c8ef6 a7059c58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "opensubdiv";
  version = "3.6.1";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "PixarAnimationStudios";
    repo = "OpenSubdiv";
    tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
    hash = "sha256-/22SeMzNNnrUgmPGpgbQwoYthdAdhRa615VhVJOvP9o=";
    hash = "sha256-yWi+SaJfyMHPnc8hhrMZ4W6cBRkFOhRehXg3BqSGPcM=";
  };

  outputs = [