Unverified Commit 4f53efe3 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

powerline-go: 1.23 -> 1.24
parents 90bbd96f 76fbfa6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "powerline-go";
  version = "1.23";
  version = "1.24";

  src = fetchFromGitHub {
    owner = "justjanne";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-qEVsJsDvqcMVxLz81kNybEO/TwCvhi8E/laci8ry/dw=";
    hash = "sha256-3IeyxAc+FRcVsL9AiVr6Jku5f5y3MTT9SXwVQW9MkNo=";
  };

  vendorHash = "sha256-W7Lf9s689oJy4U5sQlkLt3INJwtvzU2pot3EFimp7Jw=";