imath: 3.1.9 -> 3.1.10

This commit is contained in:
R. Ryantm 2024-01-27 13:09:28 +00:00
parent 58c189c2a4
commit 9b79324638

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "imath";
version = "3.1.9";
version = "3.1.10";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-NcGiYz7jbxLyVd80lOIyN3zXcC4mHh+dcFEY4Kqw9BY=";
sha256 = "sha256-Of/F2FfSvVnhrafRqAyV/2VZpRtDN5Pg5AnUAgL3wiM=";
};
nativeBuildInputs = [ cmake ];