Merge pull request #223832 from paperdigits/openexr_3.1.7

openexr_3: 3.1.6 -> 3.1.7
This commit is contained in:
Mario Rodas
2023-04-01 08:20:49 -05:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.1.6";
version = "3.1.7";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "sha256-rXiltW7PHvye6bIyhDyo8aaVvssfGOwr9TguaYlLuUc=";
sha256 = "sha256-Kl+aOA797aZvrvW4ZQNHdSU7YFPieZEzX3aYeaoH6eU=";
};
outputs = [ "bin" "dev" "out" "doc" ];