embree: 4.4.0 -> 4.4.1 (#508422)

This commit is contained in:
dotlambda
2026-05-25 23:07:31 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "embree";
version = "4.4.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "embree";
repo = "embree";
tag = "v${finalAttrs.version}";
hash = "sha256-bHVokEfnTW2cJqx3Zz2x1hIH07WamPAVFY9tiv6nHd0=";
hash = "sha256-ZJItp33XUmaTk5s4AbM/uzWGxSdGh5scdZAZDBYy28M=";
};
postPatch = ''