openvdb: 6.1.0 -> 6.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openvdb/versions
This commit is contained in:
parent
96ac71d680
commit
a662296faf
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
stdenv.mkDerivation rec
|
stdenv.mkDerivation rec
|
||||||
{
|
{
|
||||||
pname = "openvdb";
|
pname = "openvdb";
|
||||||
version = "6.1.0";
|
version = "6.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dreamworksanimation";
|
owner = "dreamworksanimation";
|
||||||
repo = "openvdb";
|
repo = "openvdb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0rs50741c4m0jgc7k2fdyinvm7hhjrbg0wls6whqaghbbaf1lhpk";
|
sha256 = "0ms7jmx9nsza46bky42vyb6n6p29kfjfidqg51kccvirzi07crvq";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
Loading…
Reference in a new issue