Merge pull request #210334 from r-ryantm/auto-update/oh-my-posh

oh-my-posh: 12.35.2 -> 12.36.0
This commit is contained in:
Mario Rodas
2023-01-12 08:38:01 -05:00
committed by GitHub
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.35.2";
version = "13.0.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6w8m7AuSEFhoYhjAJMXmwpsYuIMCvTiFKasUnBgYYCM=";
hash = "sha256-xsB7olfsrcgjxqNPOGiV9umtXoTtaM5E+/LTQEVLzZM=";
};
vendorHash = "sha256-WiH4qu8DODEhAkxUm6VDcBwFyQO7kNjaiaWPDHCHj9E=";