renderdoc: 1.39 -> 1.40 (#443141)

Changed files
+14 -2
pkgs
by-name
re
renderdoc
+14 -2
pkgs/by-name/re/renderdoc/package.nix
···
bison,
cmake,
fetchFromGitHub,
+
fetchpatch,
libXdmcp,
libglvnd,
libpthreadstubs,
···
in
stdenv.mkDerivation (finalAttrs: {
pname = "renderdoc";
-
version = "1.39";
+
version = "1.40";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${finalAttrs.version}";
-
hash = "sha256-UFaZtSA3oYOYKuV2loh5tX1rLnoKgRypaJe6H+j/uHU=";
+
hash = "sha256-420UV9I+jJ8sLOQVhfGfkGPqAnN+kgPy8k0rZLt5X+Y=";
};
outputs = [
"out"
"dev"
"doc"
+
];
+
+
patches = [
+
(fetchpatch {
+
# https://github.com/baldurk/renderdoc/issues/2945
+
# https://github.com/baldurk/renderdoc/commit/adf8acbccd642c8bc62256fb5580795320364895
+
name = "devendor-pcre.patch";
+
url = "https://github.com/baldurk/renderdoc/commit/adf8acbccd642c8bc62256fb5580795320364895.patch?full_index=1";
+
hash = "sha256-uQoSVmgU09tw7ccTnH1MrisDisTUbaXTelA1YdsYPlM=";
+
revert = true;
+
})
];
buildInputs = [