about summary refs log tree commit diff
path: root/pkgs/development/libraries/imath
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-24 13:33:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-24 13:33:39 +0000
commit9761d254912dde6f3eca0abe6bfb0574c9b4e3ab (patch)
tree10f9ab5bcbcd4190bf977a212164da7dda3dd6ab /pkgs/development/libraries/imath
parente5f7e0e5513455fa128d13d82095016b2dcffc55 (diff)
imath: 3.1.3 -> 3.1.4
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 15bd5907af9e0..b0a98f7b26384 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.1.3";
+  version = "3.1.4";
 
   src = fetchFromGitHub {
     owner = "AcademySoftwareFoundation";
     repo = "imath";
     rev = "v${version}";
-    sha256 = "sha256-LoyV1Wtugva6MTpREstP2rYMrHW2xR0qfEAIV1Fo1Ns=";
+    sha256 = "sha256-FZXIIzAxhd0QlJAV0q7spEa1pNFXutI0WFZbT3izN4M=";
   };
 
   nativeBuildInputs = [ cmake ];