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

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

oh-my-posh: 16.4.2 -> 16.7.0
parents 7c7cf1f7 431cae5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchFromGitHub {
    owner = "jandedobbeleer";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-hCLnoT7xkXHKCp3dvNhMjEKvKCHEWsuO9+aORcH7E8E=";
    hash = "sha256-4jbZDCQTeqotR7X1gPPcwPrd8vqVS0Xrl/gZKIW49dY=";
  };

  vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA=";