oh-my-posh: 12.11.0 -> 12.12.1

This commit is contained in:
Mario Rodas
2022-11-05 04:20:00 +00:00
parent df45695780
commit 71d53b94c6
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.11.0";
version = "12.12.1";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mvjuUABnK3l4BNrDicvUnYgf4ur8ZE15f/AqUlylcM8=";
sha256 = "sha256-6h/TV9Ddv+1pYPV7ZvOfEOOvbocRpLXdeR6EchTvV/A=";
};
vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";