Merge pull request #97329 from r-ryantm/auto-update/windowchef

windowchef: 0.5.0 -> 0.5.1
wip/yesman
Mario Rodas 4 years ago committed by GitHub
commit 2d098afc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/window-managers/windowchef/default.nix

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "windowchef";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "tudurom";
repo = "windowchef";
rev = "v${version}";
sha256 = "02fvb8fxnkpzb0vpbsl6rf7ssdrvw6mlm43qvl2sxq7zb88zdw96";
sha256 = "0fs5ss2z6qjxvmls0g2f3gmv8hshi81xsmmcjn9x7651rv9552pl";
};
buildInputs = [ libxcb libXrandr xcbutil xcbutilkeysyms xcbutilwm xcbproto];

Loading…
Cancel
Save