embree: 3.13.3 -> 3.13.4

This commit is contained in:
R. Ryantm 2022-07-07 11:42:26 +00:00
parent d8b87359d9
commit 6f874543c8

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "embree";
version = "3.13.3";
version = "3.13.4";
src = fetchFromGitHub {
owner = "embree";
repo = "embree";
rev = "v${version}";
sha256 = "sha256-g6BsXMNUvx17hgAq0PewtBLgtWqpp03M0k6vWNapDKs=";
sha256 = "sha256-WmblxU1kHiC8+hYAfUDcbJ1/e80f1LcKX8qCwgaBwGc=";
};
postPatch = ''