Commit 9e12e474 authored by R. RyanTM's avatar R. RyanTM
Browse files

gfxreconstruct: 0.9.17 -> 0.9.18

parent 93f0dfda
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;
  };