imath: 3.1.12 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-08-08 16:12:51 +00:00
parent 250481b939
commit 8d60cafd69
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "imath";
version = "3.1.12";
version = "3.2.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-r4FNyNsWdmpZrHOpSvaSUWRYhAU+qnW4lE5uYPKn7Mw=";
sha256 = "sha256-tdJh8aRVakdu2zDeGA/0JCCNzdv6s6x55eUpgNJtuI0=";
};
nativeBuildInputs = [ cmake ];