Skip to content

Commit

Permalink
i3easyfocus: 20180622 -> 20190411 (#59472)
Browse files Browse the repository at this point in the history
introduced a new scheme to annotate windows.
  • Loading branch information
Matthieu Coudron authored and timokau committed Apr 19, 2019
1 parent e1a2c15 commit a364fcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/window-managers/i3/easyfocus.nix
Expand Up @@ -2,15 +2,15 @@
, xorg , i3ipc-glib , glib
}:

stdenv.mkDerivation rec {
name = "i3easyfocus-${version}";
version = "20180622";
stdenv.mkDerivation {
pname = "i3easyfocus";
version = "20190411";

src = fetchFromGitHub {
owner = "cornerman";
repo = "i3-easyfocus";
rev = "3631d5af612d58c3d027f59c86b185590bd78ae1";
sha256 = "1wgknmmm7iz0wxsdh29gmx4arizva9101pzhnmac30bmixf3nzhr";
rev = "fffb468f7274f9d7c9b92867c8cb9314ec6cf81a";
sha256 = "1db23vzzmp0hnfss1fkd80za6d2pajx7hdwikw50pk95jq0w8wfm";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit a364fcd

Please sign in to comment.