renderdoc: 1.27 -> 1.28

This commit is contained in:
R. Ryantm 2023-08-06 01:10:40 +00:00
parent 672efa6939
commit 27ffa91009

View File

@ -32,13 +32,13 @@ let
in
mkDerivation rec {
pname = "renderdoc";
version = "1.27";
version = "1.28";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "sha256-zkot9LbbZyzQ7CLSEVPsospAo9u7WR2VHjQdnpNiLR0=";
sha256 = "sha256-a8f/lbNcsWdYAmhNnTelyYX5J/XhINHRfguRFXQa3uY=";
};
buildInputs = [