Merge pull request #116047 from r-ryantm/auto-update/powerline
powerline: 2.8.1 -> 2.8.2
This commit is contained in:
commit
68e00abfcb
@ -13,14 +13,14 @@
|
|||||||
# TODO: bzr support is missing because nixpkgs switched to `breezy`
|
# TODO: bzr support is missing because nixpkgs switched to `breezy`
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.8.1";
|
version = "2.8.2";
|
||||||
pname = "powerline";
|
pname = "powerline";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0xscckcbw75pbcl4546ndrjs4682pn2sqqrd6qvqm0s6zswg7a0y";
|
sha256 = "sha256-6V8ozl5KJQvytfflBmKJlIZQ5m3hkpCzMBtWZ2SzcQ0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user