From 618cb1a14b1edae3d3acd3bb451512e833ee81de Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 5 Jan 2023 18:12:19 -0500 Subject: [PATCH] oh-my-posh 12.34.6 Closes #119883. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/oh-my-posh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/oh-my-posh.rb b/Formula/oh-my-posh.rb index f03b88c181e..a468bc38b44 100644 --- a/Formula/oh-my-posh.rb +++ b/Formula/oh-my-posh.rb @@ -1,8 +1,8 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/v12.34.5.tar.gz" - sha256 "54dbfe94be655362a310c3907e37192104154c4a7a5aa2d1aa068dfc7c0b120c" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/v12.34.6.tar.gz" + sha256 "b8b64e84ec063bf7690f5a242752e63db16b33f66cc73b8f8be0f7bf85a0fbbb" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"