embree: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm
2026-04-09 17:37:04 +00:00
parent d84664394e
commit a8c0bac9bd
+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 = ''