Merge pull request #20358 from f--t/fix/powerline-update-2.4
powerline: 2.1.4 -> 2.4
This commit is contained in:
commit
74dee9fc39
1 changed files with 2 additions and 2 deletions
|
@ -18765,12 +18765,12 @@ in {
|
|||
};
|
||||
|
||||
powerline = buildPythonPackage rec {
|
||||
rev = "2.1.4";
|
||||
rev = "2.4";
|
||||
name = "powerline-${rev}";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/powerline/powerline/archive/${rev}.tar.gz";
|
||||
name = "${name}.tar.gz";
|
||||
sha256 = "0gnh5yyackmqcphiympan48dm5lc834yzspss1lp4g1wq3vpyraf";
|
||||
sha256 = "12fp3cpwgpkxcj4mfjdpsmf1h0b8pqy1icb07jdivz9kw18h0184";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pkgs.git pkgs.mercurial pkgs.bazaar self.psutil self.pygit2 ];
|
||||
|
|
Loading…
Reference in a new issue