imath: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm 2022-11-09 00:17:51 +00:00 committed by Bobby Rong
parent 145b2392c2
commit 7ebbfa7b02

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "imath";
version = "3.1.5";
version = "3.1.6";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-pniIhpq2eXAZemq8LavXXv6+tGrBkqZ09Kjvi4aZdu8=";
sha256 = "sha256-FUruHlnFMSl+8r1VZnUQd2feLNGz+k0mLuyca9cgcbw=";
};
nativeBuildInputs = [ cmake ];