Unverified Commit 2171f8d3 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

openvdb: 12.0.0 -> 12.0.1 (#399135)

parents acf67202 53064fdb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation rec {
  pname = "openvdb";
  version = "12.0.0";
  version = "12.0.1";

  outputs = [
    "out"
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "AcademySoftwareFoundation";
    repo = "openvdb";
    rev = "v${version}";
    sha256 = "sha256-S2uvzDCrTxAmvUMJr5PChcYTqhIHvRZbOfQLtUvzypI=";
    tag = "v${version}";
    hash = "sha256-ofVhwULBDzjA+bfhkW12tgTMnFB/Mku2P2jDm74rutY=";
  };

  nativeBuildInputs = [ cmake ];