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

gfxreconstruct: 1.0.3 -> 1.0.4
This commit is contained in:
Nick Cao 2024-05-23 13:58:00 -04:00 committed by GitHub
commit 1c8e6e73d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "gfxreconstruct";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "LunarG";
repo = "gfxreconstruct";
rev = "v${version}";
hash = "sha256-4qNAMPswsYtzHmTKr+waDLoWa9xex5hvX1Og/KibiBg=";
hash = "sha256-MuCdJoBFxKwDCOCltlU3oBS9elFS6F251dHjHcIb4Jg=";
fetchSubmodules = true;
};