oh-my-posh: 19.6.0 -> 19.8.0

This commit is contained in:
R. Ryantm
2024-01-22 04:08:46 +00:00
parent 0fbb6483cf
commit 1821005e57
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "19.6.0";
version = "19.8.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/VkI/ACUTGRcFpJhUV068m8HdM44NiandS+2a+Ms6vs=";
hash = "sha256-nCzGvWthu+gmYKKEqnU552Y4Ii4O7Ttel/9wmZo84fY=";
};
vendorHash = "sha256-8ZupQe4b3uCX79Q0oYqggMWZE9CfX5OSFdLIrxT8CHY=";