about summary refs log tree commit diff
path: root/pkgs/development/libraries/imath
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 21:09:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 21:09:18 +0000
commit7e8aaf4775e551523f325d10f536557d55236778 (patch)
tree7f40b8fa411f895ceb7bf921f011abbb52ec6955 /pkgs/development/libraries/imath
parent45d3c11c725e79b837df299b269771215bdba3a3 (diff)
imath: 3.0.5 -> 3.1.2
Diffstat (limited to 'pkgs/development/libraries/imath')
-rw-r--r--pkgs/development/libraries/imath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/imath/default.nix b/pkgs/development/libraries/imath/default.nix
index 7950667c190cb..f3678064f3c52 100644
--- a/pkgs/development/libraries/imath/default.nix
+++ b/pkgs/development/libraries/imath/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "imath";
-  version = "3.0.5";
+  version = "3.1.2";
 
   src = fetchFromGitHub {
     owner = "AcademySoftwareFoundation";
     repo = "imath";
     rev = "v${version}";
-    sha256 = "0nwf8622j01p699nkkbal6xxs1snzzhz4cn6d76yppgvdhgyahsc";
+    sha256 = "sha256-X+LY1xtMeYMO6Ri6fmBF2JEDuY6MF7j5XO5YhWMuffM=";
   };
 
   nativeBuildInputs = [ cmake ];