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

imath: 3.1.2 -> 3.1.3
This commit is contained in:
Robert Scott 2021-09-06 21:55:55 +01:00 committed by GitHub
commit eaa45cfb4d
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.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-X+LY1xtMeYMO6Ri6fmBF2JEDuY6MF7j5XO5YhWMuffM=";
sha256 = "sha256-LoyV1Wtugva6MTpREstP2rYMrHW2xR0qfEAIV1Fo1Ns=";
};
nativeBuildInputs = [ cmake ];