From 01be4d3e96e5d7c067eaf2db42ddee2c679d3b7a Mon Sep 17 00:00:00 2001 From: Ferdinand Bachmann Date: Tue, 12 Apr 2022 19:33:56 +0200 Subject: [PATCH] wl-mirror: 0.10.0 -> 0.11.2 --- pkgs/tools/wayland/wl-mirror/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/wayland/wl-mirror/default.nix b/pkgs/tools/wayland/wl-mirror/default.nix index c1d674898297..02907ba8d237 100644 --- a/pkgs/tools/wayland/wl-mirror/default.nix +++ b/pkgs/tools/wayland/wl-mirror/default.nix @@ -26,16 +26,17 @@ in stdenv.mkDerivation rec { pname = "wl-mirror"; - version = "0.10.0"; + version = "0.11.2"; src = fetchFromGitHub { owner = "Ferdi265"; repo = "wl-mirror"; rev = "v${version}"; - hash = "sha256-ygzSLbzn4P/BdYbqUDduUGwSbRHeU/OBYOX2uznVy1g="; + hash = "sha256-D5uUKaepcSW9v2x6uBeLGXAyuLorlt4Lb6lZD/prfp8="; }; - patchPhase = '' + postPatch = '' + echo 'v${version}' > version.txt substituteInPlace CMakeLists.txt \ --replace 'WL_PROTOCOL_DIR "/usr' 'WL_PROTOCOL_DIR "${wayland-protocols}' \ --replace 'WLR_PROTOCOL_DIR "/usr' 'WLR_PROTOCOL_DIR "${wlr-protocols}'