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

imath: 3.1.10 -> 3.1.11
This commit is contained in:
Nick Cao
2024-02-29 10:05:05 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "imath";
version = "3.1.10";
version = "3.1.11";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "imath";
rev = "v${version}";
sha256 = "sha256-Of/F2FfSvVnhrafRqAyV/2VZpRtDN5Pg5AnUAgL3wiM=";
sha256 = "sha256-Cnl0BTXUzkDvgLSNXJbh5ATczBdbxiwbS4J9L6N8sKI=";
};
nativeBuildInputs = [ cmake ];