Unverified Commit 3a212e1e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

openexr_3: 3.1.5 -> 3.1.6
parents c01e1054 e22284e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "openexr";
  version = "3.1.5";
  version = "3.1.6";

  src = fetchFromGitHub {
    owner = "AcademySoftwareFoundation";
    repo = "openexr";
    rev = "v${version}";
    sha256 = "sha256-mmzrMCYyAAa1z8fLZVbaTL1TZzdRaRTLgK+wzPuH4tg=";
    sha256 = "sha256-rXiltW7PHvye6bIyhDyo8aaVvssfGOwr9TguaYlLuUc=";
  };

  outputs = [ "bin" "dev" "out" "doc" ];