summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorFerdinand Bachmann <theferdi265@gmail.com>2023-08-11 15:23:24 +0200
committerFerdinand Bachmann <theferdi265@gmail.com>2023-08-13 12:13:14 +0200
commitc563c6d89a1720d6cbb23ff6fc31ec981ce410dd (patch)
tree1159744563447f0f70e90649b5470e1252fd4f49 /pkgs/tools/wayland
parent650596759b8b38399a0c4d5e366847d190360e55 (diff)
downloadnixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar.gz
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar.bz2
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar.lz
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar.xz
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.tar.zst
nixpkgs-c563c6d89a1720d6cbb23ff6fc31ec981ce410dd.zip
wl-mirror: 0.13.1 -> 0.13.2
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wl-mirror/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/wl-mirror/default.nix b/pkgs/tools/wayland/wl-mirror/default.nix
index 8e19bdc1d9e..0746dd5ff09 100644
--- a/pkgs/tools/wayland/wl-mirror/default.nix
+++ b/pkgs/tools/wayland/wl-mirror/default.nix
@@ -28,16 +28,17 @@ in
 
 stdenv.mkDerivation rec {
   pname = "wl-mirror";
-  version = "0.13.1";
+  version = "0.13.2";
 
   src = fetchFromGitHub {
     owner = "Ferdi265";
     repo = "wl-mirror";
     rev = "v${version}";
-    hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8=";
+    hash = "sha256-dmdRe4GZ1W2gD7ZF1MudBqfZIm9HyBjISa+xB54BLz4=";
   };
 
   strictDeps = true;
+  depsBuildBuild = [ pkg-config ];
   nativeBuildInputs = [ cmake pkg-config wayland-scanner scdoc makeWrapper ];
   buildInputs = [ libGL wayland wayland-protocols wlr-protocols bash ];