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

embree: 4.3.2 -> 4.3.3
This commit is contained in:
Nick Cao 2024-08-05 19:35:26 -04:00 committed by GitHub
commit e90791d02a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "embree";
version = "4.3.2";
version = "4.3.3";
src = fetchFromGitHub {
owner = "embree";
repo = "embree";
rev = "v${version}";
sha256 = "sha256-CK7M8DsnY++KId5iyaTRuPtyWJFaMfaYUkIJpklcIeo=";
sha256 = "sha256-bHVokEfnTW2cJqx3Zz2x1hIH07WamPAVFY9tiv6nHd0=";
};
postPatch = ''