oh-my-posh: 12.10.0 -> 12.11.0

This commit is contained in:
R. Ryantm
2022-11-04 16:08:22 +00:00
parent 98a2fec272
commit df45695780
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.10.0";
version = "12.11.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iPSaJL1mvPjzZjXtgqeFS1p1jlOqc6B/R1/Zwym0j3g=";
sha256 = "sha256-mvjuUABnK3l4BNrDicvUnYgf4ur8ZE15f/AqUlylcM8=";
};
vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";