1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

embree: 3.12.0 -> 3.12.1

This commit is contained in:
R. RyanTM 2020-10-18 03:34:06 +00:00
parent 9e1943edc0
commit 32ac072e3c

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 = ''