Unverified Commit 784c0701 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

openimageio: 3.0.8.0 -> 3.0.8.1 (#424440)



Co-authored-by: default avataryzx9 <gh@yzx9.xyz>
parents a5f200c8 061613ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "openimageio";
  version = "3.0.8.0";
  version = "3.0.8.1";

  src = fetchFromGitHub {
    owner = "AcademySoftwareFoundation";
    repo = "OpenImageIO";
    tag = "v${finalAttrs.version}";
    hash = "sha256-94DGol32IPAu9QKRMFjAoGLMfV7x6eXGGqpOxzYh/Ww=";
    hash = "sha256-GbjkFij8d5a/pxNYckCs+McMAHh+NiGAaxAaZYjj7jY=";
  };

  outputs = [