oh-my-posh: 26.8.0 -> 26.20.1

Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v26.20.1
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-09-02 19:21:41 -05:00
parent e46f700f17
commit a70e411d48

View File

@@ -6,16 +6,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "oh-my-posh"; pname = "oh-my-posh";
version = "26.8.0"; version = "26.20.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jandedobbeleer"; owner = "jandedobbeleer";
repo = "oh-my-posh"; repo = "oh-my-posh";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-CWc9i+QGdcp+6eRfctn4oJFaQOy8D+jDTHTmUzBXez4="; hash = "sha256-7xwPL13lZhS6A5c7PEEYeBi/XVLdgttxUK03+tT+uso=";
}; };
vendorHash = "sha256-oqsQbcvcgid6odTZY7m74NNilBpukEmifqZGx+xeEXA="; vendorHash = "sha256-wzgPQN3Y0e4CpJzWfNKCoDrUF4oC0Flx4Bhxt5Bx6XY=";
sourceRoot = "${src.name}/src"; sourceRoot = "${src.name}/src";
@@ -34,7 +34,7 @@ buildGoModule rec {
postPatch = '' postPatch = ''
# these tests requires internet access # these tests requires internet access
rm image/image_test.go config/migrate_glyphs_test.go upgrade/notice_test.go segments/upgrade_test.go rm cli/image/image_test.go config/migrate_glyphs_test.go cli/upgrade/notice_test.go segments/upgrade_test.go
''; '';
postInstall = '' postInstall = ''