oh-my-posh: 9.3.0 -> 9.3.1

This commit is contained in:
R. Ryantm
2022-09-16 19:10:27 +00:00
parent b207142dcc
commit fe394252c9
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "9.3.0";
version = "9.3.1";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5VI7L6aGJcaqcNK0bNGv5Hb0YQxTfLFDcMmiWKTyzWA=";
sha256 = "sha256-dVHf6nm7IRMpZ8Tx4VxRfBb8HOEfWc/5LgWZQ5LDbuk=";
};
vendorSha256 = "sha256-A4+sshIzPla7udHfnMmbFqn+fW3SOCrI6g7tArzmh1E=";