Merge pull request #252263 from r-ryantm/auto-update/openexr_3

openexr_3: 3.1.10 -> 3.1.11
This commit is contained in:
Mario Rodas 2023-09-02 14:19:40 -05:00 committed by GitHub
commit 2421ceb377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.1.10";
version = "3.1.11";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "sha256-8oV7Himk9AS2e2Z3OREE7KQgFIUysXwATlUN51dDe5M=";
sha256 = "sha256-xW/BmMtEYHiLk8kLZFXYE809jL/uAnCzkINugqJ8Iig=";
};
outputs = [ "bin" "dev" "out" "doc" ];