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

renderdoc: 1.29 -> 1.30
This commit is contained in:
Weijia Wang 2024-01-03 15:19:24 +01:00 committed by GitHub
commit 9ec757c791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@ let
in
mkDerivation rec {
pname = "renderdoc";
version = "1.29";
version = "1.30";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "sha256-ViZMAuqbXN7upyVLc4arQy2EASHeoYViMGpCwZPEWuo=";
sha256 = "sha256-PeFazWlG95lCksyIJOKeHVD7YdDjR0XuPZntkpgQc4A=";
};
buildInputs = [