mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
windowchef: 0.5.1 -> 0.5.2
This commit is contained in:
parent
528831e575
commit
a5da205cca
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "windowchef";
|
pname = "windowchef";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tudurom";
|
owner = "tudurom";
|
||||||
repo = "windowchef";
|
repo = "windowchef";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fs5ss2z6qjxvmls0g2f3gmv8hshi81xsmmcjn9x7651rv9552pl";
|
sha256 = "1m4vly7w2f28lrj26rhh3x9xsp3d97m5cxj91fafgh5rds4ygyhp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxcb libXrandr xcbutil xcbutilkeysyms xcbutilwm xcbproto];
|
buildInputs = [ libxcb libXrandr xcbutil xcbutilkeysyms xcbutilwm xcbproto];
|
||||||
|
Loading…
Reference in New Issue
Block a user