Unverified Commit 67f8b9eb authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232419 from arjan-s/bump-ohmyposh

oh-my-posh: 15.4.2 -> 16.4.2
parents c85c9c8e dcc7d64c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "oh-my-posh";
  version = "15.4.2";
  version = "16.4.2";

  src = fetchFromGitHub {
    owner = "jandedobbeleer";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-D1X0/r/OyQKPPE1aEwNVdGJYq6+i67xTvIQK3ZeI7pM=";
    hash = "sha256-hCLnoT7xkXHKCp3dvNhMjEKvKCHEWsuO9+aORcH7E8E=";
  };

  vendorHash = "sha256-4exLY24baDjgGIDS1P7BIK38O4b+KeqNTMzA6wap05k=";
  vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA=";

  sourceRoot = "source/src";

@@ -36,8 +36,8 @@ buildGoModule rec {
  ];

  postPatch = ''
    # this test requires internet access
    rm engine/migrate_glyphs_test.go
    # these tests requires internet access
    rm engine/image_test.go engine/migrate_glyphs_test.go
  '';

  postInstall = ''