Unverified Commit dd77cbd1 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

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

gfxreconstruct: 1.0.0 -> 1.0.1
parents 2ae56165 bdbfa943
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.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "LunarG";
    repo = "gfxreconstruct";
    rev = "v${version}";
    hash = "sha256-dOmkNKURYgphbDHOmzcWf9PsIKMkPyN7ve579BE7fR0=";
    hash = "sha256-+h7r6uLRw08c1CHRHxGCdkPYqI10i2Q/Oep617rLhx0=";
    fetchSubmodules = true;
  };