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

renderdoc: 1.31 -> 1.32
This commit is contained in:
Weijia Wang 2024-04-18 20:51:09 +02:00 committed by GitHub
commit e8509788ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@ let
in
mkDerivation rec {
pname = "renderdoc";
version = "1.31";
version = "1.32";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "sha256-R9TMkq9bFRyA7oaPPp0zcUf+ovveLCcuxrm7EokyTbc=";
sha256 = "sha256-8Q2QMANieY/Bvb50NtlZEN/Nmd6xurU6AJU0Uo8qDTs=";
};
buildInputs = [