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

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

gfxreconstruct: 1.0.2 -> 1.0.3
parents 2f8c0c4d 5a76a733
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "gfxreconstruct";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchFromGitHub {
    owner = "LunarG";
    repo = "gfxreconstruct";
    rev = "v${version}";
    hash = "sha256-4jFHnDiLO2BrfXzxKXU3FGhvcmkUXCT2k/7A+DJPz90=";
    hash = "sha256-4qNAMPswsYtzHmTKr+waDLoWa9xex5hvX1Og/KibiBg=";
    fetchSubmodules = true;
  };