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-04-01 22:51:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-01 22:51:08 +0000
commit9c147307f4cb67c94d942f88ad3c8fea5bcc84c8 (patch)
treec56a0d4e2608b038a894f423bd284e06451d8f63 /pkgs/development/libraries/imath
parent72152ff5ad470ed1a5b97c0ba2737938c136c994 (diff)
imath: 3.1.4 -> 3.1.5
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 b0a98f7b26384..d16bfbc466b9c 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.4";
+  version = "3.1.5";
 
   src = fetchFromGitHub {
     owner = "AcademySoftwareFoundation";
     repo = "imath";
     rev = "v${version}";
-    sha256 = "sha256-FZXIIzAxhd0QlJAV0q7spEa1pNFXutI0WFZbT3izN4M=";
+    sha256 = "sha256-pniIhpq2eXAZemq8LavXXv6+tGrBkqZ09Kjvi4aZdu8=";
   };
 
   nativeBuildInputs = [ cmake ];