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

imath: 3.1.4 -> 3.1.5
This commit is contained in:
Ryan Mulligan 2022-04-30 12:04:22 -07:00 committed by GitHub
commit 870249df2c
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.4";
version = "3.1.5";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-FZXIIzAxhd0QlJAV0q7spEa1pNFXutI0WFZbT3izN4M=";
sha256 = "sha256-pniIhpq2eXAZemq8LavXXv6+tGrBkqZ09Kjvi4aZdu8=";
};
nativeBuildInputs = [ cmake ];