gfxreconstruct: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-03-26 02:13:32 +00:00
parent dda0c576b2
commit 5a76a733d5

View File

@ -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;
};