Skip to content

Commit

Permalink
powerline-go: 1.13.0 -> 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd authored and jonringer committed Dec 13, 2019
1 parent c06f8a7 commit 9649340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/powerline-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "powerline-go";
version = "1.13.0";
version = "1.15.0";

src = fetchFromGitHub {
owner = "justjanne";
repo = pname;
rev = "v${version}";
sha256 = "0hgc0ji9jcsq5qnvx54dvpq8qx80mgdbvkllzavnvqr7md638zk9";
sha256 = "06i07m68l24v29j01qp2y91rwsfqh4x1nc8sxkjzrc7q1c7fsc1r";
};

modSha256 = "0800r08rawv4fz08d332z0fy6pd16l1dyflz3h91ba00g59wc2ah";
modSha256 = "0mz1qrwar9cgrhrgw4z3gwhjj62bnfnn59ji31zkyvwlc1mqh9an";

meta = with stdenv.lib; {
description = "A Powerline like prompt for Bash, ZSH and Fish";
Expand Down

0 comments on commit 9649340

Please sign in to comment.