oh-my-posh: 15.4.2 -> 16.4.2
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v15.4.2...v16.4.2 Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v16.4.2
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user