Skip to content

Commit

Permalink
windowchef: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Nov 23, 2020
1 parent 528831e commit a5da205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/windowchef/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "windowchef";
version = "0.5.1";
version = "0.5.2";

src = fetchFromGitHub {
owner = "tudurom";
repo = "windowchef";
rev = "v${version}";
sha256 = "0fs5ss2z6qjxvmls0g2f3gmv8hshi81xsmmcjn9x7651rv9552pl";
sha256 = "1m4vly7w2f28lrj26rhh3x9xsp3d97m5cxj91fafgh5rds4ygyhp";
};

buildInputs = [ libxcb libXrandr xcbutil xcbutilkeysyms xcbutilwm xcbproto];
Expand Down

0 comments on commit a5da205

Please sign in to comment.