summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-09 00:17:51 +0000
committerBobby Rong <rjl931189261@126.com>2022-11-20 13:23:31 +0800
commit7ebbfa7b02d99043fc4fd7eb524050d7042c3376 (patch)
tree0053f31c9ce6308bfe36a28414e8a41e9f3bb845 /pkgs/development/libraries
parent145b2392c27764bbed8e25b51ba3a63d12f89195 (diff)
imath: 3.1.5 -> 3.1.6
Diffstat (limited to 'pkgs/development/libraries')
-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 d16bfbc466b9c..1d5ec5abea6ef 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.5";
+  version = "3.1.6";
 
   src = fetchFromGitHub {
     owner = "AcademySoftwareFoundation";
     repo = "imath";
     rev = "v${version}";
-    sha256 = "sha256-pniIhpq2eXAZemq8LavXXv6+tGrBkqZ09Kjvi4aZdu8=";
+    sha256 = "sha256-FUruHlnFMSl+8r1VZnUQd2feLNGz+k0mLuyca9cgcbw=";
   };
 
   nativeBuildInputs = [ cmake ];