mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
openvdb: 6.0.0 -> 6.1.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
e2d07d2cc7
commit
961bbc2153
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec
|
stdenv.mkDerivation rec
|
||||||
{
|
{
|
||||||
name = "openvdb-${version}";
|
name = "openvdb-${version}";
|
||||||
version = "6.0.0";
|
version = "6.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dreamworksanimation";
|
owner = "dreamworksanimation";
|
||||||
repo = "openvdb";
|
repo = "openvdb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07m012a966l821f09jmrrhs25cs2rcmhlxcicywibllaac10wk5k";
|
sha256 = "0rs50741c4m0jgc7k2fdyinvm7hhjrbg0wls6whqaghbbaf1lhpk";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user