about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/herbstluftwm
diff options
context:
space:
mode:
authorThibaut Marty <github@thibautmarty.fr>2020-04-21 12:11:09 +0200
committerThibaut Marty <github@thibautmarty.fr>2020-04-21 12:11:09 +0200
commita6b06e1431ee24bf823849fa3df0d9e8f79604e4 (patch)
tree7f20c7ccb5b2554a62e7f204c37228c31df169e6 /pkgs/applications/window-managers/herbstluftwm
parent8fb54e7168d30c69406425aa4e30beb7f4495616 (diff)
herbstluftwm: 0.7.2 -> 0.8.1
Bash completions is now installed in $out/share/bash-completion.
Setting CMAKE_INSTALL_SYSCONF_PREFIX is still needed for
/etc/xdg/herbstluftwm installation.
Diffstat (limited to 'pkgs/applications/window-managers/herbstluftwm')
-rw-r--r--pkgs/applications/window-managers/herbstluftwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix
index 0c23db0077767..9ef7ab24e5e50 100644
--- a/pkgs/applications/window-managers/herbstluftwm/default.nix
+++ b/pkgs/applications/window-managers/herbstluftwm/default.nix
@@ -8,11 +8,11 @@ assert withDoc -> asciidoc != null;
 
 stdenv.mkDerivation rec {
   pname = "herbstluftwm";
-  version = "0.8.0";
+  version = "0.8.1";
 
   src = fetchurl {
     url = "https://herbstluftwm.org/tarballs/herbstluftwm-${version}.tar.gz";
-    sha256 = "04n8cmrgb490kfn70x9kgxp286mrrn7nb4irhi7nvbm6lv0z28sq";
+    sha256 = "0c1lf82z6a56g8asin91cmqhzk3anw0xwc44b31bpjixadmns57y";
   };
 
   outputs = [