Unverified Commit 882bd794 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #214116 from r-ryantm/auto-update/gfxreconstruct

gfxreconstruct: 0.9.17 -> 0.9.18
parents 861e4a45 9e12e474
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "gfxreconstruct";
  version = "0.9.17";
  version = "0.9.18";

  src = fetchFromGitHub {
    owner = "LunarG";
    repo = "gfxreconstruct";
    rev = "v${version}";
    hash = "sha256-CkZxxMoV2cqyh4ck81ODPxTYuSeQ8Q33a/4lL7UOfIY=";
    hash = "sha256-9MDmeHid/faHeBjBfPgpRMjMMXZeHKP0VZZJtEQgBhs=";
    fetchSubmodules = true;
  };