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

oh-my-posh: 15.4.2 -> 16.4.2
This commit is contained in:
figsoda
2023-05-17 10:14:38 -04:00
committed by GitHub
@@ -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 = ''