summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-15 18:30:31 +0000
committerGitHub <noreply@github.com>2021-05-15 18:30:31 +0000
commitc10600230eab03563ed16c6f73ae16437cb69471 (patch)
tree76bb72d04c8cfd2f494f169c2c5a3d49ee004d49 /pkgs/applications/window-managers
parentd151b2fb41340951e56d205e084e5ec0014a95e3 (diff)
parentf1b78f86182a4372a4dd1b79301f01eebcd3b49d (diff)
downloadnixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.gz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.bz2
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.lz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.xz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.zst
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/herbstluftwm/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix
index ce0b40c0bb7..2ed6bc30366 100644
--- a/pkgs/applications/window-managers/herbstluftwm/default.nix
+++ b/pkgs/applications/window-managers/herbstluftwm/default.nix
@@ -1,14 +1,14 @@
-{ lib, stdenv, fetchurl, cmake, pkg-config, python3, libX11, libXext, libXinerama, libXrandr, libXft, freetype, asciidoc
+{ lib, stdenv, fetchurl, cmake, pkg-config, python3, libX11, libXext, libXinerama, libXrandr, libXft, libXrender, freetype, asciidoc
 , xdotool, xorgserver, xsetroot, xterm, runtimeShell
 , nixosTests }:
 
 stdenv.mkDerivation rec {
   pname = "herbstluftwm";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchurl {
     url = "https://herbstluftwm.org/tarballs/herbstluftwm-${version}.tar.gz";
-    sha256 = "0avfhr68f6fjnafjdcyxcx7dkg38f2nadmhpj971qyqzfq2f6i38";
+    sha256 = "01f1bv9axjhw1l2gwhdwahljssj0h8q7a1bqwbpnwvln0ayv39qb";
   };
 
   outputs = [
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
     libXinerama
     libXrandr
     libXft
+    libXrender
     freetype
   ];