Merge pull request #258150 from r-ryantm/auto-update/renderdoc

renderdoc: 1.28 -> 1.29
This commit is contained in:
OTABI Tomoya
2023-10-06 21:46:32 +09:00
committed by GitHub
+2 -2
View File
@@ -32,13 +32,13 @@ let
in
mkDerivation rec {
pname = "renderdoc";
version = "1.28";
version = "1.29";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "sha256-a8f/lbNcsWdYAmhNnTelyYX5J/XhINHRfguRFXQa3uY=";
sha256 = "sha256-ViZMAuqbXN7upyVLc4arQy2EASHeoYViMGpCwZPEWuo=";
};
buildInputs = [