Skip to content

Commit

Permalink
Merge pull request #55906 from r-ryantm/auto-update/bspwm
Browse files Browse the repository at this point in the history
bspwm: 0.9.5 -> 0.9.6
  • Loading branch information
pSub committed Feb 17, 2019
2 parents 4b2336e + c850349 commit b45cebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/bspwm/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "bspwm-${version}";
version = "0.9.5";
version = "0.9.6";

src = fetchFromGitHub {
owner = "baskerville";
repo = "bspwm";
rev = version;
sha256 = "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr";
sha256 = "1ywjhqxvggfdfd3cfki0vvlsli8lhqlziwfrj5vd57c6yisc2fyy";
};

buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];
Expand Down

0 comments on commit b45cebe

Please sign in to comment.