lol

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 bison, 7 cmake, 8 fetchFromGitHub, 9 libXdmcp, 10 libglvnd, 11 libpthreadstubs, ··· 33 in 34 stdenv.mkDerivation (finalAttrs: { 35 pname = "renderdoc"; 36 - version = "1.39"; 37 38 src = fetchFromGitHub { 39 owner = "baldurk"; 40 repo = "renderdoc"; 41 rev = "v${finalAttrs.version}"; 42 - hash = "sha256-UFaZtSA3oYOYKuV2loh5tX1rLnoKgRypaJe6H+j/uHU="; 43 }; 44 45 outputs = [ 46 "out" 47 "dev" 48 "doc" 49 ]; 50 51 buildInputs = [
··· 6 bison, 7 cmake, 8 fetchFromGitHub, 9 + fetchpatch, 10 libXdmcp, 11 libglvnd, 12 libpthreadstubs, ··· 34 in 35 stdenv.mkDerivation (finalAttrs: { 36 pname = "renderdoc"; 37 + version = "1.40"; 38 39 src = fetchFromGitHub { 40 owner = "baldurk"; 41 repo = "renderdoc"; 42 rev = "v${finalAttrs.version}"; 43 + hash = "sha256-420UV9I+jJ8sLOQVhfGfkGPqAnN+kgPy8k0rZLt5X+Y="; 44 }; 45 46 outputs = [ 47 "out" 48 "dev" 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 + }) 61 ]; 62 63 buildInputs = [