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

gfxreconstruct: 0.9.16.1 -> 0.9.17
This commit is contained in:
Nick Cao 2023-01-22 09:59:28 +08:00 committed by GitHub
commit c89cb35211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "gfxreconstruct";
version = "0.9.16.1";
version = "0.9.17";
src = fetchFromGitHub {
owner = "LunarG";
repo = "gfxreconstruct";
rev = "v${version}";
hash = "sha256-6yUWXIJlfwaPT1SDVjSfO7Sj10DcpOLAbzASC4dLS1E=";
hash = "sha256-CkZxxMoV2cqyh4ck81ODPxTYuSeQ8Q33a/4lL7UOfIY=";
fetchSubmodules = true;
};