Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

openvdb: 5.2.0 -> 6.0.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

+2 -2
+2 -2
pkgs/development/libraries/openvdb/default.nix
··· 3 3 stdenv.mkDerivation rec 4 4 { 5 5 name = "openvdb-${version}"; 6 - version = "5.2.0"; 6 + version = "6.0.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "dreamworksanimation"; 10 10 repo = "openvdb"; 11 11 rev = "v${version}"; 12 - sha256 = "1yykrbc3nnnmpmmk0dz4b4y5xl4hl3ayjpqw0baq8yx2614r46b5"; 12 + sha256 = "07m012a966l821f09jmrrhs25cs2rcmhlxcicywibllaac10wk5k"; 13 13 }; 14 14 15 15 outputs = [ "out" ];