Merge pull request #133884 from r-ryantm/auto-update/embree

embree: 3.13.0 -> 3.13.1
This commit is contained in:
Gabriel Ebner 2021-08-15 15:18:55 +02:00 committed by GitHub
commit 971be078ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "embree";
version = "3.13.0";
version = "3.13.1";
src = fetchFromGitHub {
owner = "embree";
repo = "embree";
rev = "v${version}";
sha256 = "sha256-w93GYslQRg0rvguMKv/CuT3+JzIis2CRbY9jYUFKWOM=";
sha256 = "sha256-6BL/NnveIMg+xD8Zsc3sidL0iw0YbJITgd8Zf4Mh28I=";
};
postPatch = ''