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

embree: 3.12.0 -> 3.12.1
This commit is contained in:
Gabriel Ebner 2020-10-18 10:08:54 +02:00 committed by GitHub
commit 385abed29a
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.12.0";
version = "3.12.1";
src = fetchFromGitHub {
owner = "embree";
repo = "embree";
rev = "v${version}";
sha256 = "1q06fkfww8z8pcnhaqc4d2zi8hn620i9h9dmpnrfy3azalvizhkq";
sha256 = "0aznd16n7h8g3f6jcahzfp1dq4r7wayqvn03wsaskiq2dvsi4srd";
};
postPatch = ''