i3easyfocus: 20180622 -> 20190411 (#59472)
introduced a new scheme to annotate windows.
This commit is contained in:
parent
e1a2c1572a
commit
a364fcde13
@ -2,15 +2,15 @@
|
|||||||
, xorg , i3ipc-glib , glib
|
, xorg , i3ipc-glib , glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
name = "i3easyfocus-${version}";
|
pname = "i3easyfocus";
|
||||||
version = "20180622";
|
version = "20190411";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cornerman";
|
owner = "cornerman";
|
||||||
repo = "i3-easyfocus";
|
repo = "i3-easyfocus";
|
||||||
rev = "3631d5af612d58c3d027f59c86b185590bd78ae1";
|
rev = "fffb468f7274f9d7c9b92867c8cb9314ec6cf81a";
|
||||||
sha256 = "1wgknmmm7iz0wxsdh29gmx4arizva9101pzhnmac30bmixf3nzhr";
|
sha256 = "1db23vzzmp0hnfss1fkd80za6d2pajx7hdwikw50pk95jq0w8wfm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user