renderdoc: 1.26 -> 1.27

This commit is contained in:
R. Ryantm 2023-06-04 22:51:50 +00:00
parent 3f697e808b
commit af17209b79

View file

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