mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
windowchef: 0.5.0 -> 0.5.1
This commit is contained in:
parent
2dd41576fb
commit
3dc4a826cb
@ -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…
Reference in New Issue
Block a user