imath: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm
2022-11-20 13:23:31 +08:00
committed by Bobby Rong
parent 145b2392c2
commit 7ebbfa7b02
+2 -2
View File
@@ -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 ];