aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/openvdb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 04:07:06 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-12 04:07:06 -0700
commit37a5ba321482773167c27c1ee035b41101bfa339 (patch)
tree738c09a29c6ed636078ae7a9a57a596ee9d0fca6 /pkgs/development/libraries/openvdb
parentd2ce3a9bda57111a8f96f60a2ffaa5ed848cc1a8 (diff)
openvdb: 5.0.0 -> 5.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. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.1.0 with grep in /nix/store/firif9xzzgizin13337znminprn0h2g1-openvdb-5.1.0 - directory tree listing: https://gist.github.com/ab56d3a535f58829ccdfb0187ff9afed
Diffstat (limited to 'pkgs/development/libraries/openvdb')
-rw-r--r--pkgs/development/libraries/openvdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openvdb/default.nix b/pkgs/development/libraries/openvdb/default.nix
index 8ed383c887bf..be28c84e3e42 100644
--- a/pkgs/development/libraries/openvdb/default.nix
+++ b/pkgs/development/libraries/openvdb/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
name = "openvdb-${version}";
- version = "5.0.0";
+ version = "5.1.0";
src = fetchFromGitHub {
owner = "dreamworksanimation";
repo = "openvdb";
rev = "v${version}";
- sha256 = "162l1prgdyf571bgxc621gicl40b050ny64f0jmnhz0h5xq6sfrv";
+ sha256 = "1als53dnbnwa66k16vy95h1rhpdzz6i80c0gc2g3i17qbasl6ni5";
};
outputs = [ "out" ];