lol

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

openexr_3: 3.1.10 -> 3.1.11

authored by

Mario Rodas and committed by
GitHub
2421ceb3 bce2028a

+2 -2
+2 -2
pkgs/development/libraries/openexr/3.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "openexr"; 12 - version = "3.1.10"; 12 + version = "3.1.11"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "AcademySoftwareFoundation"; 16 16 repo = "openexr"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-8oV7Himk9AS2e2Z3OREE7KQgFIUysXwATlUN51dDe5M="; 18 + sha256 = "sha256-xW/BmMtEYHiLk8kLZFXYE809jL/uAnCzkINugqJ8Iig="; 19 19 }; 20 20 21 21 outputs = [ "bin" "dev" "out" "doc" ];