Commit 57c5b7d6 authored by White, Liam's avatar White, Liam
Browse files

openvdb: bump to v12.0.0

parent 18b84e5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec
{
  pname = "openvdb";
  version = "11.0.0";
  version = "12.0.0";

  outputs = [ "out" "dev" ];

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec
    owner = "AcademySoftwareFoundation";
    repo = "openvdb";
    rev = "v${version}";
    sha256 = "sha256-wDDjX0nKZ4/DIbEX33PoxR43dJDj2NF3fm+Egug62GQ=";
    sha256 = "sha256-S2uvzDCrTxAmvUMJr5PChcYTqhIHvRZbOfQLtUvzypI=";
  };

  nativeBuildInputs = [ cmake ];