Merge pull request #63323 from r-ryantm/auto-update/openvdb

openvdb: 6.0.0 -> 6.1.0
This commit is contained in:
Mario Rodas
2019-06-20 05:57:51 -05:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
name = "openvdb-${version}";
version = "6.0.0";
version = "6.1.0";
src = fetchFromGitHub {
owner = "dreamworksanimation";
repo = "openvdb";
rev = "v${version}";
sha256 = "07m012a966l821f09jmrrhs25cs2rcmhlxcicywibllaac10wk5k";
sha256 = "0rs50741c4m0jgc7k2fdyinvm7hhjrbg0wls6whqaghbbaf1lhpk";
};
outputs = [ "out" ];