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

imath: 3.1.10 -> 3.1.11

authored by Nick Cao and committed by GitHub ddabc590 81a57dc1

+2 -2
+2 -2
pkgs/development/libraries/imath/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "imath"; 9 - version = "3.1.10"; 9 + version = "3.1.11"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "AcademySoftwareFoundation"; 13 13 repo = "imath"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-Of/F2FfSvVnhrafRqAyV/2VZpRtDN5Pg5AnUAgL3wiM="; 15 + sha256 = "sha256-Cnl0BTXUzkDvgLSNXJbh5ATczBdbxiwbS4J9L6N8sKI="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];