renderdoc: 1.39 -> 1.40 (#443141)

authored by

Peder Bergebakken Sundt and committed by
GitHub
c309732c f479a45e

+14 -2
+14 -2
pkgs/by-name/re/renderdoc/package.nix
··· 6 6 bison, 7 7 cmake, 8 8 fetchFromGitHub, 9 + fetchpatch, 9 10 libXdmcp, 10 11 libglvnd, 11 12 libpthreadstubs, ··· 33 34 in 34 35 stdenv.mkDerivation (finalAttrs: { 35 36 pname = "renderdoc"; 36 - version = "1.39"; 37 + version = "1.40"; 37 38 38 39 src = fetchFromGitHub { 39 40 owner = "baldurk"; 40 41 repo = "renderdoc"; 41 42 rev = "v${finalAttrs.version}"; 42 - hash = "sha256-UFaZtSA3oYOYKuV2loh5tX1rLnoKgRypaJe6H+j/uHU="; 43 + hash = "sha256-420UV9I+jJ8sLOQVhfGfkGPqAnN+kgPy8k0rZLt5X+Y="; 43 44 }; 44 45 45 46 outputs = [ 46 47 "out" 47 48 "dev" 48 49 "doc" 50 + ]; 51 + 52 + patches = [ 53 + (fetchpatch { 54 + # https://github.com/baldurk/renderdoc/issues/2945 55 + # https://github.com/baldurk/renderdoc/commit/adf8acbccd642c8bc62256fb5580795320364895 56 + name = "devendor-pcre.patch"; 57 + url = "https://github.com/baldurk/renderdoc/commit/adf8acbccd642c8bc62256fb5580795320364895.patch?full_index=1"; 58 + hash = "sha256-uQoSVmgU09tw7ccTnH1MrisDisTUbaXTelA1YdsYPlM="; 59 + revert = true; 60 + }) 49 61 ]; 50 62 51 63 buildInputs = [