Merge pull request #219223 from r-ryantm/auto-update/imath

imath: 3.1.6 -> 3.1.7
This commit is contained in:
Weijia Wang 2023-03-03 22:06:01 +02:00 committed by GitHub
commit f9c770f06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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