update powerline 2.4 -> 2.5.2
This commit is contained in:
parent
06527e8217
commit
8547fa1d56
@ -19258,12 +19258,12 @@ in {
|
||||
};
|
||||
|
||||
powerline = buildPythonPackage rec {
|
||||
rev = "2.4";
|
||||
rev = "2.5.2";
|
||||
name = "powerline-${rev}";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/powerline/powerline/archive/${rev}.tar.gz";
|
||||
name = "${name}.tar.gz";
|
||||
sha256 = "12fp3cpwgpkxcj4mfjdpsmf1h0b8pqy1icb07jdivz9kw18h0184";
|
||||
sha256 = "064rp2jzz4vp1xqk3445qf08pq3aif00q1rjqaqx2pla15s27yrz";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pkgs.git pkgs.mercurial pkgs.bazaar self.psutil self.pygit2 ];
|
||||
|
Loading…
Reference in New Issue
Block a user