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

imath: 3.0.5 -> 3.1.2
This commit is contained in:
Ryan Mulligan 2021-08-24 20:32:30 -07:00 committed by GitHub
commit 3963e8140a
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.0.5";
version = "3.1.2";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "0nwf8622j01p699nkkbal6xxs1snzzhz4cn6d76yppgvdhgyahsc";
sha256 = "sha256-X+LY1xtMeYMO6Ri6fmBF2JEDuY6MF7j5XO5YhWMuffM=";
};
nativeBuildInputs = [ cmake ];