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

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

gfxreconstruct: 0.9.18 -> 1.0.0
parents bc8aa1cd 1babaa8a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

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

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

@@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/LunarG/gfxreconstruct/";
    license = licenses.mit;
    maintainers = with maintainers; [ Flakebi ];
    platforms = platforms.linux;
  };
}