gfxreconstruct: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-01-24 11:50:55 +00:00
parent 19f815760d
commit d5e6c5b191

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "gfxreconstruct";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "LunarG";
repo = "gfxreconstruct";
rev = "v${version}";
hash = "sha256-+h7r6uLRw08c1CHRHxGCdkPYqI10i2Q/Oep617rLhx0=";
hash = "sha256-4jFHnDiLO2BrfXzxKXU3FGhvcmkUXCT2k/7A+DJPz90=";
fetchSubmodules = true;
};