imath: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm
2026-08-20 07:33:52 +00:00
parent d15d24eaa8
commit d06c895df0

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imath";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${finalAttrs.version}";
hash = "sha256-uLGH2kMo5S6iT2gS1091qKkCAxQ/iuQ8xx9507k6SzY=";
hash = "sha256-kmWj9g6PnvgEOojjiWYpJ9+lXwT1svpezYDsCns4NP0=";
};
nativeBuildInputs = [ cmake ];