oh-my-posh: 17.5.1 -> 17.5.2
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v17.5.1...v17.5.2 Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v17.5.2
This commit is contained in:
parent
aed0941aa1
commit
af8d8a9dd5
@ -6,13 +6,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "oh-my-posh";
|
||||
version = "17.5.1";
|
||||
version = "17.5.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jandedobbeleer";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-o4oopZ1sR6Ixi4KUm7N9hZzX+u1kuX0i6tEAa5vf8a8=";
|
||||
hash = "sha256-WNB4NzOvabShVHivDs027y6QmU71GMrYJehCB9jPlA8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-fHwaCcN47+LkJYqRFSQgVddVuR1QfdFuSNDYFh1edM4=";
|
||||
|
Loading…
Reference in New Issue
Block a user