bspwm: 0.9.5 -> 0.9.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bspwm/versions
This commit is contained in:
parent
039f359a7d
commit
c8503493ce
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bspwm-${version}";
|
name = "bspwm-${version}";
|
||||||
version = "0.9.5";
|
version = "0.9.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "baskerville";
|
owner = "baskerville";
|
||||||
repo = "bspwm";
|
repo = "bspwm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr";
|
sha256 = "1ywjhqxvggfdfd3cfki0vvlsli8lhqlziwfrj5vd57c6yisc2fyy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];
|
buildInputs = [ libxcb libXinerama xcbutil xcbutilkeysyms xcbutilwm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user