about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-17 22:48:59 +0200
committerGitHub <noreply@github.com>2019-08-17 22:48:59 +0200
commit73a719a21a35531bd3e936222b4ecb8bfa5e1693 (patch)
tree5fef60df48e77fae70f205444081645de1478c7c
parente0833da7a252ac53eb964be4a13c855056029a73 (diff)
parent004a2b9ed0161aaddcce72b280be9062dbadfbab (diff)
Merge pull request #66777 from r-ryantm/auto-update/bspwm
bspwm: 0.9.8 -> 0.9.9
-rw-r--r--pkgs/applications/window-managers/bspwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/bspwm/default.nix b/pkgs/applications/window-managers/bspwm/default.nix
index 8fd85aaeb862c..b81f662543774 100644
--- a/pkgs/applications/window-managers/bspwm/default.nix
+++ b/pkgs/applications/window-managers/bspwm/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "bspwm-${version}";
-  version = "0.9.8";
+  version = "0.9.9";
 
   src = fetchFromGitHub {
     owner  = "baskerville";
     repo   = "bspwm";
     rev    = version;
-    sha256 = "1vc4pdm4fwb5gz7hyzwvjqkx5087f0vrw11898nq1s7kxzl2lhbx";
+    sha256 = "1i7crmljk1vra1r6alxvj6lqqailjjcv0llyg7a0gm23rbv4a42g";
   };
 
   buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];