imath: 3.1.12 -> 3.2.0 (#432040)

Co-authored-by: paperdigits <paperdigits@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] paperdigits and committed by GitHub af22617c 4f5a5cff

+2 -2
+2 -2
pkgs/by-name/im/imath/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "imath"; 10 - version = "3.1.12"; 11 12 src = fetchFromGitHub { 13 owner = "AcademySoftwareFoundation"; 14 repo = "imath"; 15 rev = "v${version}"; 16 - sha256 = "sha256-r4FNyNsWdmpZrHOpSvaSUWRYhAU+qnW4lE5uYPKn7Mw="; 17 }; 18 19 nativeBuildInputs = [ cmake ];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "imath"; 10 + version = "3.2.0"; 11 12 src = fetchFromGitHub { 13 owner = "AcademySoftwareFoundation"; 14 repo = "imath"; 15 rev = "v${version}"; 16 + sha256 = "sha256-tdJh8aRVakdu2zDeGA/0JCCNzdv6s6x55eUpgNJtuI0="; 17 }; 18 19 nativeBuildInputs = [ cmake ];