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

gfxreconstruct: 1.0.0 -> 1.0.1

authored by Felix Bühler and committed by GitHub dd77cbd1 2ae56165

+2 -2
+2 -2
pkgs/tools/graphics/gfxreconstruct/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "gfxreconstruct"; 20 - version = "1.0.0"; 20 + version = "1.0.1"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "LunarG"; 24 24 repo = "gfxreconstruct"; 25 25 rev = "v${version}"; 26 - hash = "sha256-dOmkNKURYgphbDHOmzcWf9PsIKMkPyN7ve579BE7fR0="; 26 + hash = "sha256-+h7r6uLRw08c1CHRHxGCdkPYqI10i2Q/Oep617rLhx0="; 27 27 fetchSubmodules = true; 28 28 }; 29 29