Merge pull request #116047 from r-ryantm/auto-update/powerline

powerline: 2.8.1 -> 2.8.2
This commit is contained in:
Maximilian Bosch 2021-03-13 23:10:09 +01:00 committed by GitHub
commit 68e00abfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,14 +13,14 @@
# TODO: bzr support is missing because nixpkgs switched to `breezy`
buildPythonPackage rec {
version = "2.8.1";
version = "2.8.2";
pname = "powerline";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0xscckcbw75pbcl4546ndrjs4682pn2sqqrd6qvqm0s6zswg7a0y";
sha256 = "sha256-6V8ozl5KJQvytfflBmKJlIZQ5m3hkpCzMBtWZ2SzcQ0=";
};
propagatedBuildInputs = [